Skip to content

Commit

Permalink
Update to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 24, 2024
1 parent e2be17d commit 20f8939
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 9.0-rc/Dockerfile → 9.0/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 9.0-rc/Dockerfile.native → 9.0/Dockerfile.native

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -Eeuo pipefail

declare -A aliases=(
[8.2]='8 latest'
[9.0]='9 latest'
[8.2]='8'
)

self="$(basename "$BASH_SOURCE")"
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://download.qemu.org/qemu-8.2.2.tar.xz",
"version": "8.2.2"
},
"9.0-rc": {
"url": "https://download.qemu.org/qemu-9.0.0-rc4.tar.xz",
"version": "9.0.0-rc4"
"9.0": {
"url": "https://download.qemu.org/qemu-9.0.0.tar.xz",
"version": "9.0.0"
}
}

0 comments on commit 20f8939

Please sign in to comment.