Skip to content

Commit

Permalink
AU: 1 updated - Qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 29, 2023
1 parent d00f8f9 commit b136a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/qemu/Qemu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2023.5.31</version>
<version>2023.6.29</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20221230.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20230531.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20230629.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = '6a904588f7e5a9c0a9204cb6f628830105e3dcde336f59b294ceecdc784bf0439deaeba6fdda4ccea071e7f49acdcfbd58f0d11d1a05496b331263ffec1a84e4'
checksum64 = '79ab0ad0d3ac89b0d09d20e04789a5adb158e4d90e81f9dc2c8b654a067b7cdb668c96129158b85431d943a1b283076d039c90cffc56be3d6cb575109a33cfe2'
checksumType64 = 'SHA512'
silentArgs = '/S'
validExitCodes = @(0)
Expand All @@ -22,7 +22,7 @@ try {
# We will just continue, as there is nothing to do when previous command succeed
} catch {
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2023/qemu-w32-setup-20221230.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230531.exe' # fallback64
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230629.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs

0 comments on commit b136a3e

Please sign in to comment.