aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2012-11-22 11:49:46 -0500
committerAdam Vandenberg2012-11-22 12:30:54 -0800
commite7edbf22673a5b918be899b484fe18b768f6aa52 (patch)
tree419a356ab83f28bcb9f10df6313020f85bfba121 /Library/Formula
parent336c5cf0c62824b5dddd44d6050ec6690618586f (diff)
downloadhomebrew-e7edbf22673a5b918be899b484fe18b768f6aa52.tar.bz2
Redis 2.6.5
Closes #16193. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 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'