diff options
| author | Robert Blenkinsopp | 2015-04-15 14:59:54 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-15 16:52:24 -0700 |
| commit | deee9033fb9c6798eb8b42673e5e81d07cb49af3 (patch) | |
| tree | bdc90c37925821604fb90202f429704134d2d24b /Library | |
| parent | 26d4039794e2386b55c1d8517e215ea130bc093f (diff) | |
| download | homebrew-deee9033fb9c6798eb8b42673e5e81d07cb49af3.tar.bz2 | |
plowshare 2.1.0
Closes #38677.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/plowshare.rb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index f3e71d4bf..8fac0ddda 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -1,18 +1,18 @@ require 'formula' class Plowshare < Formula - homepage 'http://code.google.com/p/plowshare/' - url 'https://code.google.com/p/plowshare/', :tag => 'v1.0.5', :using => :git - head 'https://code.google.com/p/plowshare/', :using => :git + homepage "https://github.com/mcrapet/plowshare" + url "https://github.com/mcrapet/plowshare/archive/v2.1.0.tar.gz" + sha256 "762482dd11c1e1af08b940c613856a2f51e998b25c11ba14f6a7a734eb94de16" - depends_on 'recode' - depends_on 'imagemagick' => 'with-x11' - depends_on 'tesseract' - depends_on 'spidermonkey' - depends_on 'aview' - depends_on 'coreutils' - depends_on 'gnu-sed' - depends_on 'gnu-getopt' + depends_on "recode" + depends_on "imagemagick" => "with-x11" + depends_on "tesseract" + depends_on "spidermonkey" + depends_on "aview" + depends_on "coreutils" + depends_on "gnu-sed" + depends_on "gnu-getopt" patch :DATA |
