aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorShawn Jonnet2012-05-01 02:29:32 -0300
committerJack Nagel2012-05-01 13:53:03 -0500
commit4d6f37153e19c2cea701ece419d06d712d44c7ae (patch)
tree96d359a67ee05a6cb1dccdf45688c2bec40bb06a /Library/Formula/redis.rb
parented175824fc82147c04f458d7d6d199215f5691ee (diff)
downloadhomebrew-4d6f37153e19c2cea701ece419d06d712d44c7ae.tar.bz2
redis 2.4.12
Closes #11981. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 8c9de93b7..45c025c88 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.11.tar.gz'
- md5 'ccd193d80196855343840db6110bf58d'
+ url 'http://redis.googlecode.com/files/redis-2.4.12.tar.gz'
+ md5 '9187084a4986f4422d2d6a3fffed70f4'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'