diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-13 00:48:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-13 00:48:38 +0900 |
| commit | 19555c767010769f0480aac51c9c470259bf5eb9 (patch) | |
| tree | 6a37232ecc8d7ad772d25bc6a03646c1e2af101f /internal | |
| parent | a3beab8959346c1b315411e8242ec81aaaf2807b (diff) | |
internal/rosa/gtk: glib 2.88.0 to 2.88.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/gtk.go | 4 |
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", |
