Skip to content

Commit

Permalink
elixir: silent version change
Browse files Browse the repository at this point in the history
This closes Homebrew#15353.

The fix was made by refreshing an existing git tag, so update the sha1.
  • Loading branch information
adamv committed Oct 8, 2012
1 parent 5e933cc commit fe71510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/elixir.rb
Expand Up @@ -24,7 +24,7 @@ def fatal?
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"

Expand Down

0 comments on commit fe71510

Please sign in to comment.