From e7edbf22673a5b918be899b484fe18b768f6aa52 Mon Sep 17 00:00:00 2001 From: Shawn Jonnet Date: Thu, 22 Nov 2012 11:49:46 -0500 Subject: Redis 2.6.5 Closes #16193. Signed-off-by: Adam Vandenberg --- Library/Formula/redis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 8d92b6395..77c53e02c 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -2,8 +2,8 @@ require 'formula' class Redis < Formula homepage 'http://redis.io/' - url 'http://redis.googlecode.com/files/redis-2.6.4.tar.gz' - sha1 'dbb66e0c3d2f308cd2a22bcfd9bd6c535a5e9e66' + url 'http://redis.googlecode.com/files/redis-2.6.5.tar.gz' + sha1 '420bbc789342cd82706f940f2d179f1676499887' head 'https://github.com/antirez/redis.git', :branch => 'unstable' -- cgit v1.2.3