aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pdf2json.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pdf2json.rb b/Library/Formula/pdf2json.rb
index dbec2fedb..739e41b58 100644
--- a/Library/Formula/pdf2json.rb
+++ b/Library/Formula/pdf2json.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pdf2json < Formula
homepage 'http://code.google.com/p/pdf2json/'
- url 'http://pdf2json.googlecode.com/files/pdf2json-0.66.tar.gz'
- sha1 'e00cb966d9bf1952b56696210788656b7e58094a'
+ url 'http://pdf2json.googlecode.com/files/pdf2json-0.68.tar.gz'
+ sha1 '1cb0f4b3b1216c6ce515fd256d92ac196d002a7e'
def install
system "./configure", "--prefix=#{prefix}"