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 Nov 29, 2018
1 parent 1c7986a commit fd1b6d9
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.27</version>
<version>2018.11.28</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-20181127.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181127.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181128.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181128.exe'
softwareName = 'QEMU'
checksum = 'abb74e12423d3f0f455ea23d91cad37d4f624087d6915e5b9e8a7e7bdd022a7d'
checksum = '90bc45f50d6d53804a9c89bce460b7751331ecd59ffa946bff77b5bfa2bcc36f'
checksumType = 'sha256'
checksum64 = '02280a1949cb6ab2dc98a0483ab67fb551a3b8d8ef98120973782efb2992f06d'
checksum64 = 'c2286dc73fc1f7f0f274725ab73e713681f7b9eb049e654995dc0879262a409f'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit fd1b6d9

Please sign in to comment.