Skip to content

Commit

Permalink
uriparser: correct head block position (#4569)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-m authored and DomT4 committed Sep 7, 2016
1 parent 097c88e commit 18db278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/uriparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ class Uriparser < Formula
mirror "https://mirrors.kernel.org/debian/pool/main/u/uriparser/uriparser_0.8.4.orig.tar.bz2"
sha256 "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"

head do
url "git://git.code.sf.net/p/uriparser/git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end

bottle do
cellar :any
sha256 "9e4e1ad413aa5ffb4f0e52666df1c6f60551f085969a4e48583d4745d8a85fe6" => :el_capitan
sha256 "22c5ea8ff69d218577f29684e1b73d81c6d37850639e14e2da497f40ceb29cee" => :yosemite
sha256 "a09c4d7a93bf0e6f7e67b9c0a30d881f4eda1471acaf1e80c74e4b8f145332bc" => :mavericks
end

head do
url "git://git.code.sf.net/p/uriparser/git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end

depends_on "pkg-config" => :build
depends_on "cpptest"

Expand Down

0 comments on commit 18db278

Please sign in to comment.