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 Jul 13, 2019
1 parent 3b68d2f commit 53d9213
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions automatic/qemu/Changelog.md
@@ -1,5 +1,10 @@
# ![Qemu Changelog](https://img.shields.io/badge/Qemu-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 2019.07.12 (2019-07-13)

- **BREAKING CHANGE:** Removed dependency on chocolatey-core.extension
- Move all icons to their respective package directory [#47](https://github.com/AdmiringWorm/chocolatey-packages/issues/47)

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

- **ENHANCEMENT:** Added changelog for package
Expand Down
4 changes: 2 additions & 2 deletions automatic/qemu/Qemu.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2019.02.18</version>
<version>2019.07.12</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
<authors>Fabrice Bellard</authors>
<projectUrl>https://www.qemu.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@890d7b8921600c8081a2b5b2e488cb17c1459f81/icons/qemu.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@3b29b52bbae47f2ef24f6b07947c3d80f6d6309c/automatic/qemu/icons/48x48.png</iconUrl>
<licenseUrl>http://wiki.qemu.org/License</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://git.qemu.org/?p=qemu.git;a=tree</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/qemu/Readme.md
@@ -1,3 +1,3 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@890d7b8921600c8081a2b5b2e488cb17c1459f81/icons/qemu.png" height="48" width="48" /> ![Qemu](https://img.shields.io/chocolatey/v/qemu.svg?label=Qemu&style=for-the-badge)](https://chocolatey.org/packages/qemu)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@3b29b52bbae47f2ef24f6b07947c3d80f6d6309c/automatic/qemu/icons/48x48.png" height="48" width="48" /> ![Qemu](https://img.shields.io/chocolatey/v/qemu.svg?label=Qemu&style=for-the-badge)](https://chocolatey.org/packages/qemu)

QEMU is a generic and open source machine emulator and virtualizer.When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.
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-20190218.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190218.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20190712.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20190712.exe'
softwareName = 'QEMU'
checksum = '2cdff09a1a8f458d3c5a6b40f139bfde3f1b95602c5c9b3d4d172a2491dad3d0'
checksum = '2f50bc206514b1d666ea3a85564da4427fdfb7f1cae24e9ae1317f5ea9a0dd46'
checksumType = 'sha256'
checksum64 = 'fdd1db3b00b9a034faa8611a1af966cb17ec4233ee76c951e68425e18ec51d6c'
checksum64 = '17d9674137f94a8ef7778c2cfa75560b0a7d4d995dbb91abfafc46a3216fb7d5'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 53d9213

Please sign in to comment.