diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 7ee29fc2b..4a21c1419 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -2,13 +2,10 @@ require 'formula' class Redis < Formula homepage 'http://redis.io/' - url "http://download.redis.io/releases/redis-2.8.15.tar.gz" - sha1 "afc0d753cea68a26038775df2dea75a76e3d0e1d" + url "http://download.redis.io/releases/redis-2.8.16.tar.gz" + sha1 "198045c8291dd832788ac8a17d2e565752499942" bottle do - sha1 "68f3cecfd6f10543790af39bc0aad655a10e48b6" => :mavericks - sha1 "05476d1d738ffd715b9b8ee121e9b69db1202612" => :mountain_lion - sha1 "c618dd4b021de36f445d4737a81893239e5b16e1" => :lion end head 'https://github.com/antirez/redis.git', :branch => 'unstable' |
