uriparser: correct head block position (#4569)

This commit is contained in:
Domingo Moronta 2016-09-06 18:40:52 -07:00 committed by Dominyk Tiller
parent 097c88ed75
commit 18db27887e

View file

@ -5,13 +5,6 @@ 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
@ -19,6 +12,13 @@ class Uriparser < Formula
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"