Skip to content

Commit 250585e

Browse files
committed
Update to 10.0.0 (GA)
1 parent f73f44c commit 250585e

6 files changed

+9
-8
lines changed

10.0-rc/Dockerfile renamed to 10.0/Dockerfile

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

10.0-rc/Dockerfile.native renamed to 10.0/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.
File renamed without changes.

generate-stackbrew-library.sh

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

44
declare -A aliases=(
5-
[9.2]='9 latest'
5+
[10.0]='10 latest'
6+
[9.2]='9'
67
[8.2]='8'
78
[7.2]='7'
89
)

versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"10.0-rc": {
3-
"url": "https://download.qemu.org/qemu-10.0.0-rc4.tar.xz",
4-
"version": "10.0.0-rc4"
2+
"10.0": {
3+
"url": "https://download.qemu.org/qemu-10.0.0.tar.xz",
4+
"version": "10.0.0"
55
},
66
"7.2": {
77
"url": "https://download.qemu.org/qemu-7.2.17.tar.xz",

0 commit comments

Comments
 (0)