aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-26 08:24:25 -0800
committerAdam Vandenberg2012-02-26 08:24:55 -0800
commit47edd8bbc87b665378779ee9d7af5ec52d8c98a0 (patch)
tree84cd3860f7cb503490e927caf04f8093134fa2b1 /Library/Formula
parent70900c2a87614017bd5c9f27c991894d614ef989 (diff)
downloadhomebrew-47edd8bbc87b665378779ee9d7af5ec52d8c98a0.tar.bz2
Plowshare: use snapshot tarball
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