aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-02 06:49:24 +0000
committerMike McQuaid2015-01-02 09:54:28 +0000
commit88550d78142b76e0d8872c48f853318dbf5c2998 (patch)
treef5b5c7945f26ed3f35a0683ed2b5d52bdb803b78 /Library/Formula
parenta5b77386540b31ea9f06e4548a125816b51ddb3b (diff)
downloadhomebrew-88550d78142b76e0d8872c48f853318dbf5c2998.tar.bz2
html-xml-utils: add 6.7 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/html-xml-utils.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/html-xml-utils.rb b/Library/Formula/html-xml-utils.rb
index 47036f2d6..483b78adb 100644
--- a/Library/Formula/html-xml-utils.rb
+++ b/Library/Formula/html-xml-utils.rb
@@ -3,6 +3,13 @@ class HtmlXmlUtils < Formula
url "http://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-6.7.tar.gz"
sha1 "f67fc705802ef0b10b9bf84c5b2fa4253b260acd"
+ bottle do
+ cellar :any
+ sha1 "9d295d33bf99032e8015fb58588bf5f45b5582cf" => :yosemite
+ sha1 "6a9e42c19cb2f478dfa74d6a07f139f6240107e7" => :mavericks
+ sha1 "990b44746624e41b00dce32d1e0a7325c37a1195" => :mountain_lion
+ end
+
def install
ENV.append "CFLAGS", "-std=gnu89"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"