elixir 1.6.0
Closes #22986. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
eb7626d6b6
commit
53f7f17f66
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
class Elixir < Formula
|
||||
desc "Functional metaprogramming aware language built on Erlang VM"
|
||||
homepage "https://elixir-lang.org/"
|
||||
url "https://github.com/elixir-lang/elixir/archive/v1.5.3.tar.gz"
|
||||
sha256 "0fc6024b6027d87af9609b416448fd65d8927e0d05fc02410b35f4b9b9eb9629"
|
||||
revision 1
|
||||
|
||||
url "https://github.com/elixir-lang/elixir/archive/v1.6.0.tar.gz"
|
||||
sha256 "28d93afac480a279b75c3e57ce53fb4c027217c8db55a19d364efe8ceccd1b40"
|
||||
head "https://github.com/elixir-lang/elixir.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue