aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-08-01 07:43:31 +0100
committerMike McQuaid2014-08-04 09:46:15 +0100
commit5eac4f00921337730417da020fa42d197cd2f9e8 (patch)
tree845dec8acd1a11dee80e1056f81b093c86c55646
parent4806992e5e25b94659e131d337252dbcbec4f1a1 (diff)
downloadhomebrew-5eac4f00921337730417da020fa42d197cd2f9e8.tar.bz2
ssdb: add 1.6.8.8 bottle.
Closes #31123. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/ssdb.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ssdb.rb b/Library/Formula/ssdb.rb
index 5a7d02fa1..3bf1670c3 100644
--- a/Library/Formula/ssdb.rb
+++ b/Library/Formula/ssdb.rb
@@ -6,6 +6,12 @@ class Ssdb < Formula
sha1 "2d63cb0ba176bf6c463a70e7a3b39f8cc326d5d7"
head "https://github.com/ideawu/ssdb.git", :branch => "master"
+ bottle do
+ sha1 "2838529376cd00f1cecb57fbf2c0391abc4ef724" => :mavericks
+ sha1 "6b2fee94e88f70247ef70b1b514656063cbaee3e" => :mountain_lion
+ sha1 "df1e6924434c5d28c7b0df02f68f411b99292538" => :lion
+ end
+
def install
inreplace "Makefile", "PREFIX=/usr/local/ssdb", "PREFIX=#{prefix}"