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 14, 2019
1 parent 2cda55d commit c3f4375
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.08</version>
<version>2019.08.13</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-20190808.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190808.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20190813.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190813.exe'
softwareName = 'QEMU'
checksum = '77f5fda918430e2ef31f1fc06b6278720bd6dc5433ccc02e1b25ee699bb576cd'
checksum = 'ca21b0097ec7c5f4f82f223437a9aa7c4b4d1de1bb6f87d887abe9ee370e6334'
checksumType = 'sha256'
checksum64 = '9fc54d8edcae124fab3167d9aa1ba7affe1dee6e0045e871137ba2078523d82c'
checksum64 = '810fbee399bdfce33453641462700405d772164d2a2a961815650da4f2ce8ba5'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit c3f4375

Please sign in to comment.