Elixir 1.19.3 => 1.19.4 (#13858)

This commit is contained in:
Ed Reel
2025-12-15 15:45:18 -06:00
committed by GitHub
parent 18e558a6cc
commit 83a8feb8c7
4 changed files with 9 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
# Total size: 892830
# Total size: 894684
/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.3'
version '1.19.4'
license 'Apache-2.0 and ErlPL-1.1'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/elixir-lang/elixir.git'

6
tests/package/e/elixir Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# 2>&1 is needed since help output is redirected to stderr.
elixir -h 2>&1
elixirc -h 2>&1
iex -h 2>&1
elixir --short-version