aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/plowshare.rb18
1 files changed, 11 insertions, 7 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb
index be49cea8a..0d3274a66 100644
--- a/Library/Formula/plowshare.rb
+++ b/Library/Formula/plowshare.rb
@@ -1,8 +1,12 @@
require 'formula'
class Plowshare < Formula
- head 'https://code.google.com/p/plowshare/', :using => :git
homepage 'http://code.google.com/p/plowshare/'
+ url 'http://plowshare.googlecode.com/files/plowshare-snapshot-git20120225.tar.gz'
+ version '20120225'
+ sha1 'f47806261e620a9c1c6e5c9323f3471aabbe058b'
+
+ head 'https://code.google.com/p/plowshare/', :using => :git
depends_on 'recode'
depends_on 'imagemagick'
@@ -24,12 +28,12 @@ class Plowshare < Formula
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,
-#inside the plowshare shells. Normal operation of bash is
-#unaffected - getopt will still find the version supplied
-#by OSX in other shells, for example.
+# 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,
+# inside the plowshare shells. Normal operation of bash is
+# unaffected - getopt will still find the version supplied
+# by OSX in other shells, for example.
__END__
--- a/src/core.sh
+++ b/src/core.sh