We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b789ec commit bed5dafCopy full SHA for bed5daf
mingw-w64-qemu/PKGBUILD
@@ -10,7 +10,7 @@ _base_ver="10.2.0"
10
# QEMU Versioning of RC-SourcePackage and RC-Version differs
11
# e.g. qemu-6.1.0-rc0.tar.xz contains 6.0.90, qemu-6.1.0-rc1.tar.xz contains 6.0.91
12
# Unset _rc_no to create Release-Build
13
-_rc_no="2"
+_rc_no="3"
14
_rc_base_ver="10.1.9${_rc_no}"
15
_rc_file_ver="rc${_rc_no}"
16
_tarname=$( [ -z "${_rc_no}" ] && echo ${_realname}-${_base_ver} || echo ${_realname}-${_base_ver}-${_rc_file_ver} )
0 commit comments