Skip to content

Commit

Permalink
html-xml-utils 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 7, 2012
1 parent dc56f75 commit b6967f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/html-xml-utils.rb
Expand Up @@ -2,8 +2,8 @@

class HtmlXmlUtils < Formula
homepage 'http://www.w3.org/Tools/HTML-XML-utils/'
url 'http://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-5.5.tar.gz'
sha1 'ec1e6d52825a6aa9e9aff0a34679621de5e419ba'
url 'http://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-6.1.tar.gz'
sha1 '788f9eef4347e49f7e4880d99ad5d27c1e8776fd'

fails_with :clang do
build 421
Expand All @@ -15,7 +15,7 @@ class HtmlXmlUtils < Formula
end

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
ENV.j1 # install is not thread-safe
Expand Down

0 comments on commit b6967f7

Please sign in to comment.