diff options
| author | Bryan Peterson | 2014-09-10 13:21:57 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-09-10 13:04:48 -0500 |
| commit | 439c98953ee060c526be41c719f3edc168ce724a (patch) | |
| tree | e29984ec9e3989d87b19711ff8b46c0561ed490b /Library/Formula/elixir.rb | |
| parent | 2eb09bcffcfde2247b33bf0ccf269c6a530a34f8 (diff) | |
| download | homebrew-439c98953ee060c526be41c719f3edc168ce724a.tar.bz2 | |
elixir 1.0.0
Closes #32212.
Closes #32217.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 9e1945a67..7076cbf93 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -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' |
