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 Aug 16, 2019
1 parent b20ec60 commit 362cbec
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2019.08.13</version>
<version>2019.08.15</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
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20190813.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190813.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20190815.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190815.exe'
softwareName = 'QEMU'
checksum = 'ca21b0097ec7c5f4f82f223437a9aa7c4b4d1de1bb6f87d887abe9ee370e6334'
checksum = '69d7c697d6da686c9a62c7fa3d1f01f7250a52e604ce3605ebf1d11265d1b567'
checksumType = 'sha256'
checksum64 = '810fbee399bdfce33453641462700405d772164d2a2a961815650da4f2ce8ba5'
checksum64 = '2d12e840a4e704202178150dcabbe13f327dbd5e9fb83970fc81b97bdf08c083'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 362cbec

Please sign in to comment.