aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-14 10:03:26 -0500
committerJack Nagel2014-03-14 12:46:20 -0500
commit597a83a2783c7f4c91d87cc9224072226cc54fdb (patch)
treeebd470c25750f3a8044815ae71dff7586365b204 /Library/Formula
parent9804d6ebee159b1d9df34350a4c8e19d811f2408 (diff)
downloadhomebrew-597a83a2783c7f4c91d87cc9224072226cc54fdb.tar.bz2
pygobject: use checksummed patches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pygobject.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb
index 5d18df9a6..c846ddcaf 100644
--- a/Library/Formula/pygobject.rb
+++ b/Library/Formula/pygobject.rb
@@ -12,8 +12,9 @@ class Pygobject < Formula
option :universal
# https://bugzilla.gnome.org/show_bug.cgi?id=668522
- def patches
- "http://git.gnome.org/browse/pygobject/patch/gio/gio-types.defs?id=42d01f060c5d764baa881d13c103d68897163a49"
+ patch do
+ url "http://git.gnome.org/browse/pygobject/patch/gio/gio-types.defs?id=42d01f060c5d764baa881d13c103d68897163a49"
+ sha1 "20e39f1e0b6631ac81e0776d13f2b5403e991d0a"
end
def install