Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions Formula/g/glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Glib < Formula

desc "Core application library for C"
homepage "https://docs.gtk.org/glib/"
url "https://download.gnome.org/sources/glib/2.86/glib-2.86.0.tar.xz"
sha256 "b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d"
url "https://download.gnome.org/sources/glib/2.86/glib-2.86.1.tar.xz"
sha256 "119d1708ca022556d6d2989ee90ad1b82bd9c0d1667e066944a6d0020e2d5e57"
license "LGPL-2.1-or-later"

bottle do
Expand Down Expand Up @@ -51,8 +51,8 @@ class Glib < Formula
"share/gir-1.0/GObject-2.0.gir", "share/gir-1.0/Gio-2.0.gir"

resource "gobject-introspection" do
url "https://download.gnome.org/sources/gobject-introspection/1.84/gobject-introspection-1.84.0.tar.xz"
sha256 "945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779"
url "https://download.gnome.org/sources/gobject-introspection/1.86/gobject-introspection-1.86.0.tar.xz"
sha256 "920d1a3fcedeadc32acff95c2e203b319039dd4b4a08dd1a2dfd283d19c0b9ae"

livecheck do
formula "gobject-introspection"
Expand Down
Loading