Skip to content

Commit bed5daf

Browse files
committed
qemu: Update to 10.2.0rc3
1 parent 3b789ec commit bed5daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-qemu/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _base_ver="10.2.0"
1010
# QEMU Versioning of RC-SourcePackage and RC-Version differs
1111
# e.g. qemu-6.1.0-rc0.tar.xz contains 6.0.90, qemu-6.1.0-rc1.tar.xz contains 6.0.91
1212
# Unset _rc_no to create Release-Build
13-
_rc_no="2"
13+
_rc_no="3"
1414
_rc_base_ver="10.1.9${_rc_no}"
1515
_rc_file_ver="rc${_rc_no}"
1616
_tarname=$( [ -z "${_rc_no}" ] && echo ${_realname}-${_base_ver} || echo ${_realname}-${_base_ver}-${_rc_file_ver} )

0 commit comments

Comments
 (0)