Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump QEMU to 8.2.7 (missing 8.2.4 binaries) #281

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions download-qemu-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DEBIAN_FRONTEND=noninteractive \
# prefer non-`.0` patch releases to try to avoid potential new regressions;
# if possible, check https://gitlab.com/qemu-project/qemu/-/issues
# for relevant issues in old vs new version;
version='8.2.4'
version='8.2.7'
build='1.fc40'
for arch in aarch64 ppc64le s390x; do
curl -sL \
Expand All @@ -30,7 +30,7 @@ for arch in aarch64 ppc64le s390x; do
done

sha256sum --check << 'EOF'
5fb1ae8235807b310000ed3a1b03d49a000c51ec1a1f84869720b87273976466 qemu-aarch64-static
4d9e1b1fc7e51d6bee4e087e06c1185cadc2d85b1308e802ed15c754ff6475cc qemu-ppc64le-static
3454f16b26dc94fcce23e4e2f97ab98033b659ad491675235c2388521154afac qemu-s390x-static
537131cbd6596728165e2036c9269e19e575a95d518c805d4462d865c63263eb qemu-aarch64-static
2ed243a429e4c994515f64c8b2b7b81bc1d2d77eaec4c0de67e393bd914d154d qemu-ppc64le-static
06d6bcd11b9a13770d1aa2120f37d842b67656d033d99793d21eefcd7775ff51 qemu-s390x-static
EOF