Plowshare 3.GIT-c289008
Closes Homebrew/homebrew#20396. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
33787f88bf
commit
28175c756a
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue