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 8, 2018
1 parent 712d33a commit d031a4c
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.08.01</version>
<version>2018.08.07</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-20180801.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180801.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20180807.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180807.exe'
softwareName = 'QEMU'
checksum = 'a954195770b4bbefd98bbdd287d862c998f76094d5e05bfa2adbbf2d536ec43e'
checksum = '42c61924c8c4c0d094129ffae7ed567430fe4e76a2fbb44c68f9215d7a23c0b6'
checksumType = 'sha256'
checksum64 = '7bb69262add9651fc559a2a4f29c5daef90b28846145677e332e9f519c550af6'
checksum64 = 'ae69863d7d215fb5f704e7780836ced75f7162bc52386e66e1b71fcaef8d9206'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit d031a4c

Please sign in to comment.