aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qpdf.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/qpdf.rb b/Library/Formula/qpdf.rb
index 8ef15df34..7a0f6b7af 100644
--- a/Library/Formula/qpdf.rb
+++ b/Library/Formula/qpdf.rb
@@ -1,19 +1,12 @@
require 'formula'
class Qpdf < Formula
- url 'http://downloads.sourceforge.net/project/qpdf/qpdf/2.3.1/qpdf-2.3.1.tar.gz'
+ url 'http://downloads.sourceforge.net/project/qpdf/qpdf/3.0.2/qpdf-3.0.2.tar.gz'
homepage 'http://qpdf.sourceforge.net/'
- sha1 '043cceeb74a702d4e6a6a83b0211d99f28383655'
+ sha1 '0cab59b27c9adf4067ffc002db1d9262e219c364'
depends_on 'pcre'
- def patches
- # Fix call to depreciated PCRE function. Can probably be removed on next
- # release. Upstream issue:
- # http://sourceforge.net/tracker/?func=detail&aid=3489349&group_id=224196&atid=1060899
- 'http://sourceforge.net/tracker/download.php?group_id=224196&atid=1060899&file_id=436172&aid=3489349'
- end
-
def install
# find Homebrew's libpcre
ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib"