diff options
| author | kronicd | 2013-06-11 06:37:07 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-10 16:02:22 -0700 |
| commit | f4d787297b48f6c3c867cd37a556e4312487bf30 (patch) | |
| tree | edb957012515c068dd0d7747e8e7dab50cbf999c /Library | |
| parent | d6ff5fb1bfd8ecb034a90d331cca7c7ec91e4d3b (diff) | |
| download | homebrew-f4d787297b48f6c3c867cd37a556e4312487bf30.tar.bz2 | |
Plowshare 3.GIT-c289008
Closes #20396.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/plowshare.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index b5ae47abd..c9270122d 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -2,8 +2,9 @@ require 'formula' class Plowshare < Formula homepage 'http://code.google.com/p/plowshare/' - url 'http://plowshare.googlecode.com/files/plowshare-snapshot-git20120930.tar.gz' - sha1 'd8272d2a325764f855d77158e0ed35e70d9d1968' + url 'http://plowshare.googlecode.com/files/plowshare3-snapshot-git20130520.c289008.tar.gz' + version '3.GIT-c289008' + sha1 '4a69918dbf6faa1698ddcf581aeb7c15d829caf2' head 'https://code.google.com/p/plowshare/', :using => :git @@ -35,7 +36,6 @@ class Plowshare < Formula end end - # This patch makes sure GNUtools are used on OSX. # gnu-getopt is keg-only hence the backtick expansion. # These aliases only exist for the duration of plowshare, |
