mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
Elixir 1.19.3 => 1.19.4 (#13858)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Total size: 892830
|
||||
# Total size: 894684
|
||||
/usr/local/bin/elixir
|
||||
/usr/local/bin/elixirc
|
||||
/usr/local/bin/iex
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 892830
|
||||
# Total size: 894684
|
||||
/usr/local/bin/elixir
|
||||
/usr/local/bin/elixirc
|
||||
/usr/local/bin/iex
|
||||
|
||||
@@ -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
6
tests/package/e/elixir
Executable 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
|
||||
Reference in New Issue
Block a user