From 6040d2f784c63beadf11e070c1ab5c2226402276 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 21 Sep 2014 18:09:46 -0700 Subject: pdfcrack 0.14 --- Library/Formula/pdfcrack.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pdfcrack.rb b/Library/Formula/pdfcrack.rb index 6e34b47af..05cd8f2e8 100644 --- a/Library/Formula/pdfcrack.rb +++ b/Library/Formula/pdfcrack.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Pdfcrack < Formula - homepage 'http://pdfcrack.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.13/pdfcrack-0.13.tar.gz' - sha1 'fd5d99bd5a1edb3885219f84da718e329f899843' + homepage "http://pdfcrack.sourceforge.net/" + url "https://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.14/pdfcrack-0.14.tar.gz" + sha1 "15d74431a06430b910c8e9ad2b1f5b8635c94181" def install system "make all" -- cgit v1.2.3