From b193e25412f468b10619ea14911cde2eff3f2ccd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 11 Mar 2012 14:39:02 -0700 Subject: [PATCH] hiredis: fix audit warning --- Formula/hiredis.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/hiredis.rb b/Formula/hiredis.rb index 3a111fceca5..13a11c5c39d 100644 --- a/Formula/hiredis.rb +++ b/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