From dee7a09edb2d41593fb187ce057772743bc6b733 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Wed, 16 Oct 2013 21:22:55 -0500 Subject: [PATCH] pdf2json 0.65 Signed-off-by: Mike McQuaid --- Formula/pdf2json.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pdf2json.rb b/Formula/pdf2json.rb index c1b617dd6a..b2ba34948a 100644 --- a/Formula/pdf2json.rb +++ b/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}"