aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-10-16 21:22:55 -0500
committerMike McQuaid2013-10-17 11:06:04 +0100
commit97c37655a9ba7fd77a970aa4ed8d5f63b5e717c5 (patch)
tree4a9babe63d8aadb91a21c760adffd9891f68efd5 /Library/Formula
parenta600137af06977900962787dc3b129ebbbe0e601 (diff)
downloadhomebrew-97c37655a9ba7fd77a970aa4ed8d5f63b5e717c5.tar.bz2
pdf2json 0.65
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 c1b617dd6..b2ba34948 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.61.tar.gz'
- sha1 'd7bfcf89ab82741ed014d3499fe7505d7168686d'
+ url 'http://pdf2json.googlecode.com/files/pdf2json-0.65.tar.gz'
+ sha1 'f7c08c739d1289f2faeda53fd908058ac2d26fe3'
def install
system "./configure", "--prefix=#{prefix}"