aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-11 14:39:02 -0700
committerAdam Vandenberg2012-03-11 14:39:02 -0700
commit2f5c81f1a9c6bae44d104812a1a4e6050ca5c75b (patch)
treef49539dad85b203432509131c71c67b2c40b4a78 /Library/Formula
parent0d10735c6f5c3a120b95d5eb000c14a7fc273f79 (diff)
downloadhomebrew-2f5c81f1a9c6bae44d104812a1a4e6050ca5c75b.tar.bz2
hiredis: fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hiredis.rb5
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