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 Dec 12, 2018
1 parent cab2ad1 commit dcd2bba
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.11.28</version>
<version>2018.12.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-20181128.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181128.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181211.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181211.exe'
softwareName = 'QEMU'
checksum = '90bc45f50d6d53804a9c89bce460b7751331ecd59ffa946bff77b5bfa2bcc36f'
checksum = '07093b8b8cf063c3a96f145668a6264598e756dac9a40fd725b8fed9c34dd439'
checksumType = 'sha256'
checksum64 = 'c2286dc73fc1f7f0f274725ab73e713681f7b9eb049e654995dc0879262a409f'
checksum64 = '0d4f824cb436f0e13038d750b1065197a2027386ede2326e0bd62a0a0702b228'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit dcd2bba

Please sign in to comment.