aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-26 20:55:23 +0000
committerMike McQuaid2015-02-02 18:22:44 +0000
commite4f4d083b5d353450431ce690a7e952672519f5e (patch)
tree325812cabc872cea7e5254a67a02736a4844ddf2 /Library
parent2f9d15464f09c00830f1a703fbaf2109d1deaddc (diff)
downloadhomebrew-e4f4d083b5d353450431ce690a7e952672519f5e.tar.bz2
fb-adb: add 1.2.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fb-adb.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fb-adb.rb b/Library/Formula/fb-adb.rb
index 92574e625..18036e489 100644
--- a/Library/Formula/fb-adb.rb
+++ b/Library/Formula/fb-adb.rb
@@ -3,6 +3,13 @@ class FbAdb < Formula
url "https://github.com/facebook/fb-adb/archive/1.2.0.tar.gz"
sha1 "a86939f72c8c52c2fc7bc2ec756f179863076622"
+ bottle do
+ cellar :any
+ sha1 "21d0566e25712be5e04caa8c23980e80575abda7" => :yosemite
+ sha1 "336e8fcd1b4061d2a62bc04a7581be46b85736c1" => :mavericks
+ sha1 "19f9cd0ae30d27ea80e42808bbf9803bdd10d548" => :mountain_lion
+ end
+
depends_on "android-ndk" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build