diff options
| author | Shawn Jonnet | 2013-08-28 06:45:03 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-28 06:47:32 -0700 |
| commit | d113fe3645a06c74609b93b4e26b0c810eeabfd8 (patch) | |
| tree | 386244954667659dd9e44d0ef40d5e17823994d0 /Library | |
| parent | 8e468ca62311b008541344c96d4f9c6e58c3d5ef (diff) | |
| download | homebrew-d113fe3645a06c74609b93b4e26b0c810eeabfd8.tar.bz2 | |
Redis 2.6.16
Closes #22168.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 4 |
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' |
