elixir 1.0.0
Closes Homebrew/homebrew#32212. Closes Homebrew/homebrew#32217. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
fb93c7b85f
commit
776eb736db
1 changed files with 2 additions and 8 deletions
|
@ -26,14 +26,8 @@ end
|
|||
|
||||
class Elixir < Formula
|
||||
homepage 'http://elixir-lang.org/'
|
||||
url 'https://github.com/elixir-lang/elixir/archive/v0.15.1.tar.gz'
|
||||
sha1 '687287226c1e3412f33aa21d5c9711f3b5e7e1fb'
|
||||
|
||||
devel do
|
||||
url 'https://github.com/elixir-lang/elixir/archive/v1.0.0-rc2.tar.gz'
|
||||
sha1 'da793715279fe3536ceb71a2db81cc3597b46eb4'
|
||||
version '1.0.0-rc2'
|
||||
end
|
||||
url 'https://github.com/elixir-lang/elixir/archive/v1.0.0.tar.gz'
|
||||
sha1 'cf55a35ecf7370307aba3f4e612d944716e2eb91'
|
||||
|
||||
head 'https://github.com/elixir-lang/elixir.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue