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 1, 2018
1 parent 0579666 commit 4503e15
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.07.25</version>
<version>2018.08.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-20180725.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180725.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180801.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180801.exe'
softwareName = 'QEMU'
checksum = '61e4ed6385c5dfdfa82318665fcb352533d05b1edb5652d5ffeee2d50d888fbf'
checksum = 'a954195770b4bbefd98bbdd287d862c998f76094d5e05bfa2adbbf2d536ec43e'
checksumType = 'sha256'
checksum64 = '4c89797688da1d3462a3de90142bffc843221b917fe9b9af2c2e836ac85c62a6'
checksum64 = '7bb69262add9651fc559a2a4f29c5daef90b28846145677e332e9f519c550af6'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 4503e15

Please sign in to comment.