aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-24 08:40:41 +0100
committerJack Nagel2014-06-24 14:48:33 -0500
commita752ad58fcde51c02e8e3ebf5b46a7563764055c (patch)
tree31515c3a565dae8679eadcb6cfa6baa166a226f5 /Library/Formula
parent8cd77811ff427989e776211a5d37078864a1a172 (diff)
downloadhomebrew-a752ad58fcde51c02e8e3ebf5b46a7563764055c.tar.bz2
redis: update 2.8.12 bottle.
Diffstat (limited to 'Library/Formula')
-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 2d813b06f..f48663c2d 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -6,6 +6,9 @@ class Redis < Formula
sha1 "56c86a4f9eccaf29f934433c7c67a175e404b2f6"
bottle do
+ sha1 "4b1e2d66d2202498aec7b99bc503458f26bc7432" => :mavericks
+ sha1 "536c1d27ebf94b8331d262b2adc3166a57dfc4b4" => :mountain_lion
+ sha1 "66613e9bd2a314de17bc21562eac954ad0a35355" => :lion
end
head 'https://github.com/antirez/redis.git', :branch => 'unstable'