aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 22:27:44 +0100
committerMike McQuaid2014-07-03 22:33:40 +0100
commite46c781a6f09a2154bc7d01c6ef109fb980842cf (patch)
tree078667ba2f83a259f436492e806cc7a54935258b /Library/Formula
parent9f401dab4dba163e9784f3aa0ad0a8ae88446a16 (diff)
downloadhomebrew-e46c781a6f09a2154bc7d01c6ef109fb980842cf.tar.bz2
libxmi: add 1.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxmi.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libxmi.rb b/Library/Formula/libxmi.rb
index a8bff0139..3dc505c20 100644
--- a/Library/Formula/libxmi.rb
+++ b/Library/Formula/libxmi.rb
@@ -6,6 +6,13 @@ class Libxmi < Formula
mirror 'http://ftp.gnu.org/libxmi/libxmi-1.2.tar.gz'
sha1 '62fa13ec4c8b706729c2553122e44f81715f3c0b'
+ bottle do
+ cellar :any
+ sha1 "a78fe7d813f10d8f0f8473beac021676677a0c80" => :mavericks
+ sha1 "40b646ef16c03659880d93ca80c3fa2a1589b156" => :mountain_lion
+ sha1 "d5cd3ebb9df57a37855282bee6a198859253c50d" => :lion
+ end
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",