diff options
| author | Adrian Rego | 2011-05-15 20:49:22 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-05-15 19:21:05 -0700 | 
| commit | e9a1db04e56de376cec90a18d176228445f96312 (patch) | |
| tree | c9c73f5833fb86dd5e1155daad929c087066bb8b /Library/Formula/hiredis.rb | |
| parent | aa77fe85372600030ce35d717a56a9adf0fc224e (diff) | |
| download | homebrew-e9a1db04e56de376cec90a18d176228445f96312.tar.bz2 | |
hiredis 0.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/hiredis.rb')
| -rw-r--r-- | Library/Formula/hiredis.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index 78593ba41..f7e2539d0 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -1,11 +1,11 @@  require 'formula'  class Hiredis < Formula -  url 'https://github.com/antirez/hiredis/tarball/v0.9.2' +  url 'https://github.com/antirez/hiredis/tarball/v0.10.0'    head 'git://github.com/antirez/hiredis.git'    homepage 'https://github.com/antirez/hiredis' -  version '0.9.2' -  sha1 '2a258b2bc56958144307df13a5ecf6692c637ee3' +  version '0.10.0' +  sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7'    def install      # Architecture isn't detected correctly on 32bit Snow Leopard without help  | 
