aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/rosa/gtk.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/gtk.go b/internal/rosa/gtk.go
index 0ddfeb8a..ad119f19 100644
--- a/internal/rosa/gtk.go
+++ b/internal/rosa/gtk.go
@@ -7,8 +7,8 @@ import (
func (t Toolchain) newGLib() (pkg.Artifact, string) {
const (
- version = "2.88.0"
- checksum = "T79Cg4z6j-sDZ2yIwvbY4ccRv2-fbwbqgcw59F5NQ6qJT6z4v261vbYp3dHO6Ma3"
+ version = "2.88.1"
+ checksum = "Rkszn6W4RHjyspyqfXdVAVawdwDJCuS0Zu0f7qot7tbJhnw2fUDoUUJB40m-1MCX"
)
return t.NewPackage("glib", version, t.newTagRemote(
"https://gitlab.gnome.org/GNOME/glib.git",