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 11, 2018
1 parent f347f32 commit 6dc1cc2
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>2018.05.19</version>
<version>2018.07.11</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-20180519.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180519.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180711.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180711.exe'
softwareName = 'QEMU'
checksum = 'e3bb1a66a25022709b7a5154f19617980df13713edfcf89e18743a05ca16dd4b'
checksum = 'ace7cb5495e1c5f6e0a07683d7f72a61b6b678a4de6939d27ec5b1398d018e48'
checksumType = 'sha256'
checksum64 = '8ebc485a6eaccfd36e64fe972f73a6f67588f9636d66e8c8e058f8403e0fa7d9'
checksum64 = '0f130c8dd507e2b6b2eb443c1488832cec36e970499e74a2dfcc1b3a110a44a4'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 6dc1cc2

Please sign in to comment.