aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:19 -0500
committerJack Nagel2014-03-16 21:35:19 -0500
commit4a1792d7854672ccc8d6edf8351465c4721e21f5 (patch)
tree1e72990aa9d034a8f52915afa0892c1a25f9a874 /Library/Formula
parentfc7587bed69515c090146dd27af4a84687222e52 (diff)
downloadhomebrew-4a1792d7854672ccc8d6edf8351465c4721e21f5.tar.bz2
jigdo: use checksummed patches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jigdo.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/jigdo.rb b/Library/Formula/jigdo.rb
index 7a36b6352..2b6286128 100644
--- a/Library/Formula/jigdo.rb
+++ b/Library/Formula/jigdo.rb
@@ -10,8 +10,9 @@ class Jigdo < Formula
depends_on 'gtk+'
# Use MacPorts patch for compilation on 10.9; this software is no longer developed.
- def patches
- { :p0 => "http://trac.macports.org/export/113020/trunk/dports/net/jigdo/files/patch-src-compat.hh.diff" }
+ patch :p0 do
+ url "http://trac.macports.org/export/113020/trunk/dports/net/jigdo/files/patch-src-compat.hh.diff"
+ sha1 "3318ecbe8b2bb20e8e36c70dc10ff366df2009f3"
end
def install