diff options
| author | Adam Vandenberg | 2012-10-08 14:42:16 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-08 14:42:16 -0700 |
| commit | d7a3086c83d07aa762c31aae2e82cf5cb189e072 (patch) | |
| tree | 623a824c42c5539845cf5453900cc31b30c52da6 /Library/Formula/elixir.rb | |
| parent | 699ad8155a49ca1571e5cc31086467ef69ea7d27 (diff) | |
| download | homebrew-d7a3086c83d07aa762c31aae2e82cf5cb189e072.tar.bz2 | |
elixir: silent version change
This closes #15353.
The fix was made by refreshing an existing git tag, so update the sha1.
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 175bc2cba..b032d1d21 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -24,7 +24,7 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' url 'https://github.com/elixir-lang/elixir/tarball/v0.6.0' - sha1 '618e66e037c2d930428ca75a11b4e9648caffb9a' + sha1 'bfa2403876839a9b3af532c70d198d58ac97bdad' head 'https://github.com/elixir-lang/elixir.git', :branch => "stable" |
