aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoep Loijens2014-09-16 16:48:11 +0200
committerMike McQuaid2014-09-16 16:03:19 +0100
commite6501cd60e2f793063385367a2bae1864de7c68f (patch)
tree25446480e6dd2325c126936ad994942d363423b3
parent759d18c4ac178ebf81cac08e77b8e97ace4cef05 (diff)
downloadhomebrew-e6501cd60e2f793063385367a2bae1864de7c68f.tar.bz2
redis 2.8.16
-rw-r--r--Library/Formula/redis.rb7
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'