Skip to content

Commit

Permalink
qemu: update to 9.1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
heljkon committed Aug 15, 2024
1 parent 634a219 commit 6cc436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-qemu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _base_ver="9.1.0"
# QEMU Versioning of RC-SourcePackage and RC-Version differs
# e.g. qemu-6.1.0-rc0.tar.xz contains 6.0.90, qemu-6.1.0-rc1.tar.xz contains 6.0.91
# Unset _rc_no to create Release-Build
_rc_no="1"
_rc_no="2"
_rc_base_ver="9.0.9${_rc_no}"
_rc_file_ver="rc${_rc_no}"
_tarname=$( [ -z "${_rc_no}" ] && echo ${_realname}-${_base_ver} || echo ${_realname}-${_base_ver}-${_rc_file_ver} )
Expand Down

0 comments on commit 6cc436c

Please sign in to comment.