aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hiredis.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-02 08:47:08 -0700
committerAdam Vandenberg2012-08-02 08:47:08 -0700
commit5f87c0bc16807e57bccaeab0203e59a01c889cc2 (patch)
tree8e5ea8aeefd0ba4e3871396e558b9763a9e26921 /Library/Formula/hiredis.rb
parent1065a2de0e4195f978ccbba104eab55a60a02c0d (diff)
downloadhomebrew-5f87c0bc16807e57bccaeab0203e59a01c889cc2.tar.bz2
hiredis: update failing clang build
Fixes #13851.
Diffstat (limited to 'Library/Formula/hiredis.rb')
-rw-r--r--Library/Formula/hiredis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb
index aa0cdb1c8..bf67f0b47 100644
--- a/Library/Formula/hiredis.rb
+++ b/Library/Formula/hiredis.rb
@@ -8,7 +8,7 @@ class Hiredis < Formula
head 'https://github.com/antirez/hiredis.git'
fails_with :clang do
- build 318
+ 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.