1
0
forked from rosa/hakurei

internal/rosa/meson: 1.10.2 to 1.11.0

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-15 22:14:52 +09:00
parent e9fec368f8
commit 30ac985fd2

View File

@@ -9,8 +9,8 @@ import (
func (t Toolchain) newMeson() (pkg.Artifact, string) {
const (
version = "1.10.2"
checksum = "18VmKUVKuXCwtawkYCeYHseC3cKpi86OhnIPaV878wjY0rkXH8XnQwUyymnxFgcl"
version = "1.11.0"
checksum = "b7oo3U_cklhzsTfsyYsjPGyeEufiS-Pm06JPLzodseS125Ach62ZBly7R6dSDiAc"
)
return t.New("meson-"+version, 0, []pkg.Artifact{
t.Load(Zlib),