Fix patch hash + mirror for pygobject 2.28.6
The patch was added to homebrew/patch because the original patch changed hash for no explainable reason. Closes Homebrew/homebrew#44629. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
930eab4f49
commit
6ae2d3f707
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class Pygobject < Formula
|
|||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=668522
|
||||
patch do
|
||||
url "https://git.gnome.org/browse/pygobject/patch/gio/gio-types.defs?id=42d01f060c5d764baa881d13c103d68897163a49"
|
||||
sha256 "7bb60636a9731afd030820090062688a6b53af22c276d89d6af8db264d76edcc"
|
||||
url "https://raw.githubusercontent.com/Homebrew/patches/master/pygobject/patch-enum-types.diff"
|
||||
sha256 "99a39c730f9af499db88684e2898a588fdae9cd20eef70675a28c2ddb004cb19"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue