diff options
Diffstat (limited to 'Library/Formula/hiredis.rb')
| -rw-r--r-- | Library/Formula/hiredis.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index c6f89af47..dd7d0aa72 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -2,8 +2,8 @@ require 'formula' class Hiredis < Formula homepage 'https://github.com/redis/hiredis' - url 'https://github.com/redis/hiredis/tarball/v0.11.0' - sha1 '26eb4459943530b4be66fd253c5c8f4dd86c2fa3' + url 'https://github.com/redis/hiredis/archive/v0.11.0.tar.gz' + sha1 '694b6d7a6e4ea7fb20902619e9a2423c014b37c1' def install # Architecture isn't detected correctly on 32bit Snow Leopard without help |
