diff options
| author | José Valim | 2015-04-07 23:45:13 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-08 13:39:52 +0100 |
| commit | 8506ced146655c24920f3cc5b20e6bc9e6e703cc (patch) | |
| tree | b3685a9bb56f231d7b93facfc11d64db8083e3b0 /Library/Formula | |
| parent | 15ae8a672c2a7c0c65f811212559574b54a6ea15 (diff) | |
| download | homebrew-8506ced146655c24920f3cc5b20e6bc9e6e703cc.tar.bz2 | |
elixir 1.0.4
Closes #38447.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elixir.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 424e5d83e..108e15c9f 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -26,8 +26,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/archive/v1.0.3.tar.gz' - sha1 'db40ad4f66ea9ca25257dbfa405cdb2028c56eec' + url 'https://github.com/elixir-lang/elixir/archive/v1.0.4.tar.gz' + sha1 '6a2513aeb45f3e79782ec2900cfdc3a1d48fdb3d' head 'https://github.com/elixir-lang/elixir.git' |
