diff options
Diffstat (limited to 'Library/Formula/rebar.rb')
| -rw-r--r-- | Library/Formula/rebar.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index 3ad0da187..65076d81a 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -2,8 +2,8 @@ require 'formula' class Rebar < Formula homepage 'https://github.com/rebar/rebar' - url 'https://github.com/rebar/rebar/archive/2.2.0.zip' - sha1 '48e3b6e4293129b990c4e35dc0be5f822c66e08d' + url 'https://github.com/rebar/rebar/archive/2.2.0.tar.gz' + sha1 '8b246586383d8809c7681f3e56bfc8d8c3b3757e' head "https://github.com/basho/rebar.git", :branch => "master" |
