diff options
| author | blogabe | 2015-03-05 13:50:36 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-03-06 22:02:10 -0500 |
| commit | 6d3dd7fcac36f3957e50732b8a0599976f6e4672 (patch) | |
| tree | 503f73ea6941a40e22e1cb119443a9fffccf9bf6 /Library | |
| parent | 11aa39497cf59a6713168e95e5a159ff07b0c9e8 (diff) | |
| download | homebrew-6d3dd7fcac36f3957e50732b8a0599976f6e4672.tar.bz2 | |
pygobject: fix patch checksum
Closes #37427.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pygobject.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb index b75a491e3..989e3b4ce 100644 --- a/Library/Formula/pygobject.rb +++ b/Library/Formula/pygobject.rb @@ -1,7 +1,7 @@ require 'formula' class Pygobject < Formula - homepage 'http://live.gnome.org/PyGObject' + homepage 'https://live.gnome.org/PyGObject' url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2' sha1 '4eda7d2b97f495a2ad7d4cdc234d08ca5408d9d5' @@ -20,7 +20,7 @@ class Pygobject < Formula # https://bugzilla.gnome.org/show_bug.cgi?id=668522 patch do url "http://git.gnome.org/browse/pygobject/patch/gio/gio-types.defs?id=42d01f060c5d764baa881d13c103d68897163a49" - sha1 "6976bbad5212ae775e6715405e0e70e592356db2" + sha1 "66411f0251ac036f33239591cf3c4c0a50ccab30" end def install |
