aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libextractor.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb
index b316383a7..bb115013b 100644
--- a/Library/Formula/libextractor.rb
+++ b/Library/Formula/libextractor.rb
@@ -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