diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-20 16:13:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-20 16:13:51 +0900 |
| commit | 094b8400dd5fc140896e44a14996b9895af8f1e9 (patch) | |
| tree | 5b1075e9be922aa4f2a32a6b363e589ed6c0aebc | |
| parent | 4652d921d82e3c594349611a35e43d69d22cc097 (diff) | |
internal/rosa/qemu: 10.2.1 to 10.2.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/qemu.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/qemu.go b/internal/rosa/qemu.go index 6520b59d..3472b6ef 100644 --- a/internal/rosa/qemu.go +++ b/internal/rosa/qemu.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newQEMU() (pkg.Artifact, string) { const ( - version = "10.2.1" - checksum = "rjLTSgHJd3X3Vgpxrsus_ZZiaYLiNix1YhcHaGbLd_odYixwZjCcAIt8CVQPJGdZ" + version = "10.2.2" + checksum = "uNzRxlrVoLWe-EmZmBp75SezymgE512iE5XN90Bl7wi6CjE_oQGQB-9ocs7E16QG" ) return t.NewPackage("qemu", version, pkg.NewHTTPGetTar( nil, "https://download.qemu.org/qemu-"+version+".tar.bz2", |
