From 57379661bb3e373113113cbbcfb3475d018e2a8b Mon Sep 17 00:00:00 2001 From: David Czarnecki Date: Tue, 29 May 2012 10:49:48 -0400 Subject: Update for Redis 2.4.14 Closes #12488. Signed-off-by: Jack Nagel --- 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 7e8c550a4..8466197bb 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.4.13.tar.gz' - sha256 'b6e057b6b5cd5946f8b46b2427401400686ed4f6c4af446eb1f0ec170d3f87be' + url 'http://redis.googlecode.com/files/redis-2.4.14.tar.gz' + sha1 '3f0a2ac2eef9319edb0d789d3553f77b2a3dc31d' head 'https://github.com/antirez/redis.git', :branch => 'unstable' -- cgit v1.2.3