aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-09-16 15:55:10 +0100
committerMike McQuaid2014-09-16 16:03:19 +0100
commitc33f756345fe71d881d90d6bbe37a2fb9c36df41 (patch)
tree895b0a079718b4013dd5607ccbb0ae6b795e9e4c /Library
parente6501cd60e2f793063385367a2bae1864de7c68f (diff)
downloadhomebrew-c33f756345fe71d881d90d6bbe37a2fb9c36df41.tar.bz2
redis: update 2.8.16 bottle.
Closes #32335. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 4a21c1419..03bad40c6 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -6,6 +6,9 @@ class Redis < Formula
sha1 "198045c8291dd832788ac8a17d2e565752499942"
bottle do
+ sha1 "10f76be933e08fbd3877b5cba040059c99ed71ce" => :mavericks
+ sha1 "ee9467f5c76aafdc505ccf51e9b64fc5f0ed669c" => :mountain_lion
+ sha1 "a1d0ac40fe43165925ed3710efa92a890d18efff" => :lion
end
head 'https://github.com/antirez/redis.git', :branch => 'unstable'