aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-12-15 12:37:07 -0600
committerAdam Vandenberg2013-12-15 10:58:04 -0800
commit9e2f1117355fee7ce1af0bbc6bee0af1e91e0662 (patch)
tree4b2e852bbaac43106d3a2cc59e25d867b05af4f5 /Library/Formula
parentd84fffd80c04a9d03398b61b39e7cd9ea9fb872f (diff)
downloadhomebrew-9e2f1117355fee7ce1af0bbc6bee0af1e91e0662.tar.bz2
pdf2json 0.66
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 b2ba34948..dbec2fedb 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.65.tar.gz'
- sha1 'f7c08c739d1289f2faeda53fd908058ac2d26fe3'
+ url 'http://pdf2json.googlecode.com/files/pdf2json-0.66.tar.gz'
+ sha1 'e00cb966d9bf1952b56696210788656b7e58094a'
def install
system "./configure", "--prefix=#{prefix}"