diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-17 20:58:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-17 20:58:39 +0900 |
| commit | 6cdb6a652b63b3a481c602ee603ab9a9d849c7c1 (patch) | |
| tree | 9feba5fe31621b50edf1937bc7f2baafd7631e45 /internal/rosa | |
| parent | 7c932cbceb51c2c99bd464881807130806daaf80 (diff) | |
internal/rosa/gtk: glib 2.87.5 to 2.88.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -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 e1d2e75a..dddb2277 100644 --- a/internal/rosa/gtk.go +++ b/internal/rosa/gtk.go @@ -9,8 +9,8 @@ import ( func (t Toolchain) newGLib() (pkg.Artifact, string) { const ( - version = "2.87.5" - checksum = "L5jurSfyCTlcSTfx-1RBHbNZPL0HnNQakmFXidgAV1JFu0lbytowCCBAALTp-WGc" + version = "2.88.0" + checksum = "bCLkAmp1o_Po4cXDbC06AyjLyxkBxyNJnflwBpSdf4W8K6dc9xKj6Pm3JYbHPdDf" ) return t.NewPackage("glib", version, pkg.NewHTTPGet( nil, "https://download.gnome.org/sources/glib/"+ |
