uriparser 0.8.0
Closes Homebrew/homebrew#25858. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d729153e51
commit
4939208128
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Uriparser < Formula
|
||||
homepage 'http://uriparser.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/uriparser/Sources/0.7.9/uriparser-0.7.9.tar.bz2'
|
||||
sha1 'c02d1db3c4e132863b6fc4e4f5e08cec535089d1'
|
||||
url 'http://downloads.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-0.8.0.tar.bz2'
|
||||
sha1 '4bfe347220b00ff9cd3252e2b784d13e583282fb'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'cpptest'
|
||||
|
|
Loading…
Reference in a new issue