Skip to content

Commit

Permalink
AU: 3 updated - cacher MediathekView Qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 20, 2023
1 parent f862aad commit 52764a3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.47.0</version>
<version>2.47.1</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.47.0.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.47.1.exe'
softwareName = 'Cacher*'
checksum = '413b6ece0997f72bad49d533b82d557bd8253725e66282e1a3b9a589aa45f137e8908c6238e4c0387e513234aa357bf81536ad18977e3fd34a03976819c28b88'
checksum = '9553cc40516d7ca3ce188762eca09d6bc113a7372393fd5d4c6b13f0690c17aad9b40048b4faa304d4b3489bdd14fa128bc79d78e6a84e663f9f8838c42cf8b8'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/mediathekview/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://download.mediathekview.de/stabil/>
and can be verified by doing the following:

1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.9.1-win32.zip>
1. Download the following <https://download.mediathekview.de/stabil/MediathekView-14.0.0-win.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: 9C4CA329E2EB9E351D6E8EC769BD32180F9E3C97B02CE14076F43FC25FA6FAF3
checksum: 6A984AFB14BC596EDD4E05CEB4E7DA3FDBC57086F09E8B7B7E7E53D3C470D670

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-3.0.txt>
2 changes: 1 addition & 1 deletion automatic/mediathekview/mediathekview.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>MediathekView</id>
<version>13.9.1</version>
<version>14.0.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/mediathekview</packageSourceUrl>
<owners>AdmiringWorm, W.Xaver</owners>
<title>MediathekView</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mediathekview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ($pp.InstallDir) {

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\MediathekView-13.9.1-win32.zip"
file = "$toolsPath\MediathekView-14.0.0-win.zip"
destination = $installPath
}

Expand Down
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>2023.6.29</version>
<version>2023.7.19</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Qemu</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20221230.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20230629.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20230719.exe'
softwareName = 'QEMU'
checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab'
checksumType = 'SHA512'
checksum64 = '79ab0ad0d3ac89b0d09d20e04789a5adb158e4d90e81f9dc2c8b654a067b7cdb668c96129158b85431d943a1b283076d039c90cffc56be3d6cb575109a33cfe2'
checksum64 = '3ccf0ca6945ef1f19137f8030dd8e99807c09040c9f02fecd5ea461d1c39b5b48c1d7f3ef296bc41a6bd34d9065505acb0faf2703db228c2566106b55d4dbb58'
checksumType64 = 'SHA512'
silentArgs = '/S'
validExitCodes = @(0)
Expand All @@ -22,7 +22,7 @@ try {
# We will just continue, as there is nothing to do when previous command succeed
} catch {
$packageArgs['url'] = 'https://qemu.weilnetz.de/w32/2023/qemu-w32-setup-20221230.exe' # fallback32
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230629.exe' # fallback64
$packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230719.exe' # fallback64
}

Install-ChocolateyPackage @packageArgs

0 comments on commit 52764a3

Please sign in to comment.