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 Feb 19, 2019
1 parent eec6836 commit 448bfd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/qemu/Changelog.md
@@ -1,6 +1,6 @@
# ![Qemu Changelog](https://img.shields.io/badge/Qemu-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 2019.02.18 (2019-02-19)

- **ENHANCEMENT:** Added changelog for package

Expand Down
2 changes: 1 addition & 1 deletion automatic/qemu/Qemu.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2018.12.11</version>
<version>2019.02.18</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
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181211.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181211.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20190218.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190218.exe'
softwareName = 'QEMU'
checksum = '07093b8b8cf063c3a96f145668a6264598e756dac9a40fd725b8fed9c34dd439'
checksum = '2cdff09a1a8f458d3c5a6b40f139bfde3f1b95602c5c9b3d4d172a2491dad3d0'
checksumType = 'sha256'
checksum64 = '0d4f824cb436f0e13038d750b1065197a2027386ede2326e0bd62a0a0702b228'
checksum64 = 'fdd1db3b00b9a034faa8611a1af966cb17ec4233ee76c951e68425e18ec51d6c'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 448bfd6

Please sign in to comment.