libextractor 1.3
Closes Homebrew/homebrew#26908. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a9cc42ec69
commit
e884db1a42
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Libextractor < Formula
|
||||
homepage 'http://www.gnu.org/software/libextractor/'
|
||||
url 'http://ftpmirror.gnu.org/libextractor/libextractor-1.2.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-1.2.tar.gz'
|
||||
sha1 'c10a5a20a1850b8e89eeb41f3f2eccb7db9d5e53'
|
||||
url 'http://ftpmirror.gnu.org/libextractor/libextractor-1.3.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-1.3.tar.gz'
|
||||
sha1 '613d0b80e83c79c3e05e073bcda0d0d0bd1f3336'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on :libtool => :run
|
||||
|
|
Loading…
Reference in a new issue