diff options
| author | Brett Koonce | 2014-07-19 17:33:05 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-19 23:40:04 -0700 |
| commit | 1815820bb2041db1fdf0c0598c966ae8fa7954fd (patch) | |
| tree | 69a185fbb7bf485913a248157eaa3ff89b726fa3 /Library/Formula | |
| parent | 37195da760c66835bf4faa6c6ebe4b692395c1a2 (diff) | |
| download | homebrew-1815820bb2041db1fdf0c0598c966ae8fa7954fd.tar.bz2 | |
uriparser 0.8.0.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uriparser.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/uriparser.rb b/Library/Formula/uriparser.rb index 473ca7771..6774e4124 100644 --- a/Library/Formula/uriparser.rb +++ b/Library/Formula/uriparser.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Uriparser < Formula - homepage 'http://uriparser.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-0.8.0.tar.bz2' - sha1 '4bfe347220b00ff9cd3252e2b784d13e583282fb' + homepage "http://uriparser.sourceforge.net/" + url "https://downloads.sourceforge.net/project/uriparser/Sources/0.8.0.1/uriparser-0.8.0.1.tar.bz2" + sha1 "53b16dd0640fda006ba4f9d750fec7e7c58836a9" bottle do cellar :any @@ -12,10 +12,10 @@ class Uriparser < Formula sha1 "de7615ef6d3ef7b16bbf721d6a97dcaba3e2ff51" => :lion end - depends_on 'pkg-config' => :build - depends_on 'cpptest' + depends_on "pkg-config" => :build + depends_on "cpptest" - conflicts_with 'libkml', :because => 'both install `liburiparser.dylib`' + conflicts_with "libkml", :because => "both install `liburiparser.dylib`" def install system "./configure", "--disable-dependency-tracking", |
