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 Jul 7, 2021
1 parent 62f8c01 commit ab4eb82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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>2021.4.9</version>
<version>2021.7.6</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20210409.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20210409.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20210505.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20210706.exe'
softwareName = 'QEMU'
checksum = 'f6325951435530fe676fa6fcd4d3e6aa040eb027487cef9a628e874fff6df51d693e34bf1a00eddf703e02b65b4a40d44c1e0e0e74ff493f1a9d19b79bd8a37c'
checksum = '90306a6166b576f7077286ec4143120ba35a4ad1bb3108c7c2d2ac7c72910a54aecc89dd736093c3c7d90278f0945898f08249d6c82fdfd0643e610ea83a7a9d'
checksumType = 'SHA512'
checksum64 = 'ce90925bec415aea3916a32c3310e14b8c2ba03db1952770d1522e53b19da078d5eef6e406a6a79fbaa2880d3d302f1fbd0d3a7080077085d7db4089c2825b9f'
checksum64 = '96e1d72cc3b7bffa29d3194d664d1459d0f59bb3802c019d704a8936b9d0afcaa77e625958f790584d13f156635e6826a9273d301253f3370b2886e1dc158d39'
checksumType64 = 'SHA512'
silentArgs = '/S'
validExitCodes = @(0)
Expand All @@ -21,8 +21,8 @@ try {

# We will just continue, as there is nothing to do when previous command succeed
} catch {
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2021/qemu-w32-setup-20210409.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2021/qemu-w64-setup-20210409.exe' # fallback64
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2021/qemu-w32-setup-20210505.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2021/qemu-w64-setup-20210706.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs

0 comments on commit ab4eb82

Please sign in to comment.