diff options
| author | Kalin Harvey | 2010-07-10 10:20:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-12 10:01:34 -0700 |
| commit | 6315f6f0b82921dc3e2df3c4e07aa2de0d142534 (patch) | |
| tree | 04be3b5d9b9f31a40db1aaa2e6cb03c31e9875aa /Library/Formula | |
| parent | a82f615696a4612699530b754b95660c796105c3 (diff) | |
| download | homebrew-6315f6f0b82921dc3e2df3c4e07aa2de0d142534.tar.bz2 | |
updated qpdf to version 2.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qpdf.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/qpdf.rb b/Library/Formula/qpdf.rb index 5dcc92a65..56c8d2c52 100644 --- a/Library/Formula/qpdf.rb +++ b/Library/Formula/qpdf.rb @@ -1,15 +1,15 @@ require 'formula' class Qpdf <Formula - url 'http://downloads.sourceforge.net/project/qpdf/qpdf/2.0.6/qpdf-2.0.6.tar.gz' + url 'http://downloads.sourceforge.net/project/qpdf/qpdf/2.1.5/qpdf-2.1.5.tar.gz' homepage 'http://qpdf.sourceforge.net/' - md5 '58b7300e6d966f0bcf4a5ea810a84878' + md5 '8c4eb57066761778a9e745bfa9a70f64' depends_on 'pcre' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}" system "make" system "make install" end -end
\ No newline at end of file +end |
