Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gobject-introspection: Upgrade formula to v1.60.2 #846

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions Library/Formula/gobject-introspection.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
class GobjectIntrospection < Formula
desc "Generate interface introspection data for GObject libraries"
homepage "https://live.gnome.org/GObjectIntrospection"
url "https://download.gnome.org/sources/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz"
sha256 "6f0c2c28aeaa37b5037acbf21558098c4f95029b666db755d3a12c2f1e1627ad"

bottle do
revision 2
sha256 "2b70ddf6f20e91dbded15f54fbf770879e815a677f8eb9eec0f587b31aa1c17c" => :el_capitan
sha256 "e29497a4aa084f25f7d53988beab1999c4b3145896f0ef6a993b0d7736269cbd" => :yosemite
sha256 "1e0e84d4d114f39d89549bc5a6bfae59a84655a1aefce926d8dd6e53495390ae" => :mavericks
sha256 "3dcfedfe989ec4d9c6558def0190ef3bd3214bafa4d2f53fd28aa1abbc1403f2" => :mountain_lion
end
url "https://download.gnome.org/sources/gobject-introspection/1.60/gobject-introspection-1.60.2.tar.xz"
sha256 "ffdfe2368fb2e34a547898b01aac0520d52d8627fdeb1c306559bcb503ab5e9c"

option :universal

depends_on "make" => :build if MacOS.version < :leopard
depends_on "pkg-config" => :run
depends_on "glib"
depends_on "libffi"
depends_on :python if MacOS.version < :snow_leopard
depends_on "python3"

resource "tutorial" do
url "https://gist.github.com/7a0023656ccfe309337a.git",
Expand Down