diff options
| author | Brett Koonce | 2013-01-01 19:24:25 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 19:33:35 -0800 | 
| commit | a7ddeddde45a89db7d1ac8b6ee215797e54ce948 (patch) | |
| tree | 46162bd65f11513be556104d1aa4a3f02ee69e88 /Library/Formula/pdf2json.rb | |
| parent | 98727fc64ba48e010fc0615294e70a4190b6b9db (diff) | |
| download | homebrew-a7ddeddde45a89db7d1ac8b6ee215797e54ce948.tar.bz2 | |
pdf2json 0.61
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pdf2json.rb')
| -rw-r--r-- | Library/Formula/pdf2json.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pdf2json.rb b/Library/Formula/pdf2json.rb index 462a3fd3e..b17f3fc5a 100644 --- a/Library/Formula/pdf2json.rb +++ b/Library/Formula/pdf2json.rb @@ -1,9 +1,9 @@  require 'formula'  class Pdf2json < Formula -  url 'http://pdf2json.googlecode.com/files/pdf2json-0.52-source.tar.gz'    homepage 'http://code.google.com/p/pdf2json/' -  sha1 '2ec59f73cf72227d92ad91ab3e873433a60df81c' +  url 'http://pdf2json.googlecode.com/files/pdf2json-0.61.tar.gz' +  sha1 'd7bfcf89ab82741ed014d3499fe7505d7168686d'    depends_on 'xpdf'  | 
