Skip to content

Commit 97be9a2

Browse files
committedSep 4, 2024·
Update to 9.1.0
1 parent b6be38e commit 97be9a2

6 files changed

+8
-8
lines changed
 

‎9.1-rc/Dockerfile ‎9.1/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎9.1-rc/Dockerfile.native ‎9.1/Dockerfile.native

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

‎9.1-rc/start-qemu ‎9.1/start-qemu

File renamed without changes.

‎generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[9.0]='9 latest'
5+
[9.1]='9 latest'
66
[8.2]='8'
77
[7.2]='7'
88
)

‎versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"url": "https://download.qemu.org/qemu-9.0.2.tar.xz",
1616
"version": "9.0.2"
1717
},
18-
"9.1-rc": {
19-
"url": "https://download.qemu.org/qemu-9.1.0-rc3.tar.xz",
20-
"version": "9.1.0-rc3"
18+
"9.1": {
19+
"url": "https://download.qemu.org/qemu-9.1.0.tar.xz",
20+
"version": "9.1.0"
2121
}
2222
}

0 commit comments

Comments
 (0)