diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-16 13:41:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-16 13:41:06 +0900 |
| commit | 9e6fe8db4ba3ffbaf8f4f753e135304bc94f84a0 (patch) | |
| tree | ef09d6bb5818f693c6a1a4d90f2fd87b2dc58595 | |
| parent | 5168ee3e1339f10aca3703e5a463ceb77e0b47f6 (diff) | |
internal/rosa/meson: 1.10.1 to 1.10.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/meson.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/meson.go b/internal/rosa/meson.go index 55f146ec..ed8cde96 100644 --- a/internal/rosa/meson.go +++ b/internal/rosa/meson.go @@ -9,8 +9,8 @@ import ( func (t Toolchain) newMeson() (pkg.Artifact, string) { const ( - version = "1.10.1" - checksum = "w895BXF_icncnXatT_OLCFe2PYEtg4KrKooMgUYdN-nQVvbFX3PvYWHGEpogsHtd" + version = "1.10.2" + checksum = "18VmKUVKuXCwtawkYCeYHseC3cKpi86OhnIPaV878wjY0rkXH8XnQwUyymnxFgcl" ) return t.New("meson-"+version, 0, []pkg.Artifact{ t.Load(Zlib), |
