aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2013-08-28 06:45:03 -0400
committerAdam Vandenberg2013-08-28 06:47:32 -0700
commitd113fe3645a06c74609b93b4e26b0c810eeabfd8 (patch)
tree386244954667659dd9e44d0ef40d5e17823994d0 /Library/Formula
parent8e468ca62311b008541344c96d4f9c6e58c3d5ef (diff)
downloadhomebrew-d113fe3645a06c74609b93b4e26b0c810eeabfd8.tar.bz2
Redis 2.6.16
Closes #22168. 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 5117b1d5d..61537e1c3 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://download.redis.io/releases/redis-2.6.15.tar.gz'
- sha1 '037b116efb02a1d31c85f45a38d3a6cd637ba573'
+ url 'http://download.redis.io/releases/redis-2.6.16.tar.gz'
+ sha1 'f94c0f623aaa8c310f9be2a88e81716de01ce0ce'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'