glib 2.56.0
This commit is contained in:
parent
1dc031c1d7
commit
10f29220a0
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class Glib < Formula
|
||||
desc "Core application library for C"
|
||||
homepage "https://developer.gnome.org/glib/"
|
||||
url "https://download.gnome.org/sources/glib/2.54/glib-2.54.3.tar.xz"
|
||||
sha256 "963fdc6685dc3da8e5381dfb9f15ca4b5709b28be84d9d05a9bb8e446abac0a8"
|
||||
url "https://download.gnome.org/sources/glib/2.56/glib-2.56.0.tar.xz"
|
||||
sha256 "ecef6e17e97b8d9150d0e8a4b3edee1ac37331213b8a2a87a083deea408a0fc7"
|
||||
|
||||
bottle do
|
||||
sha256 "d0cb36e80d824c93c250df321be899bed94da31e32f39aec5f7710cce372d3f3" => :high_sierra
|
||||
|
@ -35,15 +35,15 @@ class Glib < Formula
|
|||
# to unrelated issues in GCC, but improves the situation.
|
||||
# Patch submitted upstream: https://bugzilla.gnome.org/show_bug.cgi?id=672777
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/13efbb2/glib/gio.patch"
|
||||
sha256 "628f8ea171a29c67fb06461ce4cfe549846b8fe64d83466e18e225726615b997"
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/0f8183e5f8a78dfe6394f5592006383499de725d/glib/gio.patch"
|
||||
sha256 "b4cc0c2d9ef308de2229e496bcd9523f28bd7f6f83452b5e5b9d7807c48e6ea4"
|
||||
end
|
||||
|
||||
# Revert some bad macOS specific commits
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=780271
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/73738ca/glib/revert-appinfo-contenttype.patch"
|
||||
sha256 "675369c6d956b5533865178a2a78a6b2dcb921fbcfd81d35e92fc1592323e5e4"
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/0f8183e5f8a78dfe6394f5592006383499de725d/glib/revert-appinfo-contenttype.patch"
|
||||
sha256 "3a848cc0061ed9b5cf1a96b177a094a807c7a0b3436d4f813861ad56bea9547b"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue