aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-30 12:42:09 -0700
committerAdam Vandenberg2012-08-30 12:42:09 -0700
commit7f6ab8632e72fb9165bd16cbfbb262a51fe1df8a (patch)
tree6dfd421a70cd02acf7f0935b1ce4a7de424bc811 /Library/Formula
parent77e920049d74a0c5dad4c752be87699cb125763f (diff)
downloadhomebrew-7f6ab8632e72fb9165bd16cbfbb262a51fe1df8a.tar.bz2
hiredis 0.11.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hiredis.rb14
1 files changed, 2 insertions, 12 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb
index bf67f0b47..c3fc5c280 100644
--- a/Library/Formula/hiredis.rb
+++ b/Library/Formula/hiredis.rb
@@ -2,18 +2,8 @@ require 'formula'
class Hiredis < Formula
homepage 'https://github.com/antirez/hiredis'
- url 'https://github.com/antirez/hiredis/tarball/v0.10.1'
- sha1 '3a16d7ac39f5a3a96a3fb08732a9af45e275a3b8'
-
- head 'https://github.com/antirez/hiredis.git'
-
- fails_with :clang do
- build 421
- cause <<-EOS.undent
- argument to 'va_arg' is of incomplete type 'void'
- This is fixed in HEAD, and can be removed for the next release.
- EOS
- end unless ARGV.build_head?
+ url 'https://github.com/antirez/hiredis/tarball/v0.11.0'
+ sha1 '70ad9dd6d946563925ea8aecd64882a0f046ab05'
def install
# Architecture isn't detected correctly on 32bit Snow Leopard without help