diff options
| author | Adam Vandenberg | 2012-03-11 14:39:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 14:39:02 -0700 |
| commit | 2f5c81f1a9c6bae44d104812a1a4e6050ca5c75b (patch) | |
| tree | f49539dad85b203432509131c71c67b2c40b4a78 /Library/Formula | |
| parent | 0d10735c6f5c3a120b95d5eb000c14a7fc273f79 (diff) | |
| download | homebrew-2f5c81f1a9c6bae44d104812a1a4e6050ca5c75b.tar.bz2 | |
hiredis: fix audit warning
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hiredis.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index 3a111fcec..13a11c5c3 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -1,11 +1,10 @@ require 'formula' class Hiredis < Formula - url 'https://github.com/antirez/hiredis/tarball/v0.10.0' - head 'https://github.com/antirez/hiredis.git' homepage 'https://github.com/antirez/hiredis' - version '0.10.0' + url 'https://github.com/antirez/hiredis/tarball/v0.10.0' sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7' + head 'https://github.com/antirez/hiredis.git' def install # Architecture isn't detected correctly on 32bit Snow Leopard without help |
