aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerMike McQuaid2014-07-03 13:36:12 +0100
commit943a922725ef06b56385f1b6e44e1d443d772a84 (patch)
tree4eb0a5f2ab96e31942a46905547b2e36330b0170 /Library/Formula
parentb7d8d48b53db4150854cd3c7ae72f461cbed6df5 (diff)
downloadhomebrew-943a922725ef06b56385f1b6e44e1d443d772a84.tar.bz2
svdlibc: add 1.4 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/svdlibc.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/svdlibc.rb b/Library/Formula/svdlibc.rb
index 20f8b6734..19672376a 100644
--- a/Library/Formula/svdlibc.rb
+++ b/Library/Formula/svdlibc.rb
@@ -6,6 +6,13 @@ class Svdlibc < Formula
version '1.4'
sha1 '9243fbc0516af42b020423442212a025b3406dac'
+ bottle do
+ cellar :any
+ sha1 "b93902dd89836e59cb7a6600e43fd2619bce394b" => :mavericks
+ sha1 "ba72d568aa8b662c76e605936b090fda46f9e57a" => :mountain_lion
+ sha1 "e5863640f3112e1c35bae03f1dbbc1360f6e0a7e" => :lion
+ end
+
def install
# make only builds - no configure or install targets, have to copy files manually
system "make HOSTTYPE=target"