Elixir 1.19.2 => 1.19.3 (#13585)

This commit is contained in:
Ed Reel
2025-11-22 22:20:44 -06:00
committed by GitHub
parent 3b1d1fe100
commit 91e14ef615
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 891356
# Total size: 892830
/usr/local/bin/elixir
/usr/local/bin/elixirc
/usr/local/bin/iex

View File

@@ -1,4 +1,4 @@
# Total size: 891356
# Total size: 892830
/usr/local/bin/elixir
/usr/local/bin/elixirc
/usr/local/bin/iex

View File

@@ -3,7 +3,7 @@ require 'package'
class Elixir < Package
description 'Elixir is a dynamic, functional language designed for building scalable and maintainable applications.'
homepage 'https://elixir-lang.org/'
version '1.19.2'
version '1.19.3'
license 'Apache-2.0 and ErlPL-1.1'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/elixir-lang/elixir.git'