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 Feb 1, 2020
1 parent e56fa69 commit b455283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>2019.08.15</version>
<version>2020.02.01</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
Expand Down
8 changes: 4 additions & 4 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-20190815.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190815.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20200201.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20200201.exe'
softwareName = 'QEMU'
checksum = '69d7c697d6da686c9a62c7fa3d1f01f7250a52e604ce3605ebf1d11265d1b567'
checksum = 'c148a192e795d3f4b29e0bb7af9e8ae8bef26bb45cf9c16effb23827282ac1d7'
checksumType = 'sha256'
checksum64 = '2d12e840a4e704202178150dcabbe13f327dbd5e9fb83970fc81b97bdf08c083'
checksum64 = 'a9e46bd76e5d60472b0102f5b84bc9736dbfefa08c396d3f0aa16312727209b1'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit b455283

Please sign in to comment.