html-xml-utils: add 6.7 bottle.
This commit is contained in:
parent
e17a4fbf5d
commit
a051114036
1 changed files with 7 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue