From e430170331b7bb6aa8dd456dfcf9d4f5a2925de7 Mon Sep 17 00:00:00 2001 From: Tomoki Aonuma Date: Fri, 19 Oct 2012 19:05:56 +0900 Subject: hiredis: correct repository URL Closes #15546. Signed-off-by: Adam Vandenberg --- Library/Formula/hiredis.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index c3fc5c280..c6f89af47 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -1,9 +1,9 @@ require 'formula' class Hiredis < Formula - homepage 'https://github.com/antirez/hiredis' - url 'https://github.com/antirez/hiredis/tarball/v0.11.0' - sha1 '70ad9dd6d946563925ea8aecd64882a0f046ab05' + homepage 'https://github.com/redis/hiredis' + url 'https://github.com/redis/hiredis/tarball/v0.11.0' + sha1 '26eb4459943530b4be66fd253c5c8f4dd86c2fa3' def install # Architecture isn't detected correctly on 32bit Snow Leopard without help -- cgit v1.2.3