Skip to content

Commit

Permalink
AU: 3 updated - cacher Qemu tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 8, 2018
1 parent 56b9546 commit 5679ea1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.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>cacher</id>
<version>2.0.7</version>
<version>2.0.9</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.0.7.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.0.9.exe'
softwareName = 'Cacher*'
checksum = '8ed7a6a83ea02b1b78f68f750836e6ec96c1ae23f7963f284e6f7bcbb866dd39f89c89062a0f1b23a2d953fbbce756cdef33b9fd2b088e07bca72a5cbc9b0cfd'
checksum = 'f5d6a9afefe161fd20cb81fcc2b3e352894a3c0c3ebd218a3f7717ac5004abd1081ba39c7073b990f04d52d401487cf497f4ef5d94eed21d91ff7d875330b196'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/qemu/Qemu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2018.08.15</version>
<version>2018.11.08</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.rawgit.com/AdmiringWorm/chocolatey-packages/890d7b8921600c8081a2b5b2e488cb17c1459f81/icons/qemu.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@890d7b8921600c8081a2b5b2e488cb17c1459f81/icons/qemu.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# [<img src="https://cdn.rawgit.com/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@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)

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
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-20180815.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20180815.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181108.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181108.exe'
softwareName = 'QEMU'
checksum = 'd90770104d552092c25b4e575c6e87a03436faf6feddea23c227027935076aff'
checksum = '0d1ee0ca453058bf4c00be7422d6254479e9b8bef968b7668e8a6de723c9b2c6'
checksumType = 'sha256'
checksum64 = '4e2ab3b53c89289b1b775f9db05ebbac541a8f7fdc7ec424874f5de83e091097'
checksum64 = 'ee1e7853b160bfe7207300e65c9394f53f4537bc05967bb00c997d9da0ff1ac7'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://tablacus.github.io/dl/te181104.zip>
1. Download the following <https://tablacus.github.io/dl/te181108.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 35D3436650AA25440EE9C83D4FF9E30FA65A2A8446A2EE6E513D28AF333DECA6
checksum: D88502FAC850024FDA14CAAB39768B3B08AF48BBACA568063D3D1E1055207E84

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.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>tablacus</id>
<version>18.11.4</version>
<version>18.11.8</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te181104.zip"
file = "$toolsPath\te181108.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 5679ea1

Please sign in to comment.