uriparser: correct head block position (#4569)
This commit is contained in:
parent
097c88ed75
commit
18db27887e
1 changed files with 7 additions and 7 deletions
|
@ -5,13 +5,6 @@ class Uriparser < Formula
|
||||||
mirror "https://mirrors.kernel.org/debian/pool/main/u/uriparser/uriparser_0.8.4.orig.tar.bz2"
|
mirror "https://mirrors.kernel.org/debian/pool/main/u/uriparser/uriparser_0.8.4.orig.tar.bz2"
|
||||||
sha256 "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
|
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
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
sha256 "9e4e1ad413aa5ffb4f0e52666df1c6f60551f085969a4e48583d4745d8a85fe6" => :el_capitan
|
sha256 "9e4e1ad413aa5ffb4f0e52666df1c6f60551f085969a4e48583d4745d8a85fe6" => :el_capitan
|
||||||
|
@ -19,6 +12,13 @@ class Uriparser < Formula
|
||||||
sha256 "a09c4d7a93bf0e6f7e67b9c0a30d881f4eda1471acaf1e80c74e4b8f145332bc" => :mavericks
|
sha256 "a09c4d7a93bf0e6f7e67b9c0a30d881f4eda1471acaf1e80c74e4b8f145332bc" => :mavericks
|
||||||
end
|
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 "pkg-config" => :build
|
||||||
depends_on "cpptest"
|
depends_on "cpptest"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue