aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-08-08 13:35:15 +0100
committerMike McQuaid2014-08-08 13:56:31 +0100
commit16dd36bffc5d8ab0b1b8fd8cd240097bca5fcf2e (patch)
tree5c985650a2bdfb8a04ff6a59a49c0c9061af3ded
parent5efa7a6be49015e3b327da0a215b9b5d827a69fb (diff)
downloadhomebrew-16dd36bffc5d8ab0b1b8fd8cd240097bca5fcf2e.tar.bz2
libstrophe: add 0.8.5 bottle.
Closes #31420. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/libstrophe.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libstrophe.rb b/Library/Formula/libstrophe.rb
index b2f204a24..357debd87 100644
--- a/Library/Formula/libstrophe.rb
+++ b/Library/Formula/libstrophe.rb
@@ -6,6 +6,13 @@ class Libstrophe < Formula
sha1 "11f80abb8e578c5bc446ff94603e7e0f560547f7"
head "https://github.com/strophe/libstrophe.git"
+ bottle do
+ cellar :any
+ sha1 "541e0c27a82f39b71eb95bb17169b36f9ffed8c0" => :mavericks
+ sha1 "73e49037a4553f90d846a73c6aad1301921f4848" => :mountain_lion
+ sha1 "a74416c594d17598e4acaea5aea74247c57900bd" => :lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "pkg-config" => :build