From ec8c0099b54397a0454d88a957612b32d368f3d3 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 8 Dec 2023 13:44:26 +0000 Subject: [PATCH] AU: 2 updated - Qemu RssGuard [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/e875fea9c0cab4e21e4b06bfe298ca72275c0c7a --- automatic/qemu/Qemu.nuspec | 2 +- automatic/qemu/tools/chocolateyInstall.ps1 | 6 +++--- automatic/rssguard/legal/VERIFICATION.txt | 6 +++--- automatic/rssguard/rssguard.json | 2 +- automatic/rssguard/rssguard.nuspec | 4 ++-- automatic/rssguard/tools/chocolateyinstall.ps1 | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/qemu/Qemu.nuspec b/automatic/qemu/Qemu.nuspec index c3ac21e65..2778ab866 100644 --- a/automatic/qemu/Qemu.nuspec +++ b/automatic/qemu/Qemu.nuspec @@ -3,7 +3,7 @@ Qemu - 2023.12.7 + 2023.12.8 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/qemu AdmiringWorm Qemu diff --git a/automatic/qemu/tools/chocolateyInstall.ps1 b/automatic/qemu/tools/chocolateyInstall.ps1 index cfe430942..66f62003d 100644 --- a/automatic/qemu/tools/chocolateyInstall.ps1 +++ b/automatic/qemu/tools/chocolateyInstall.ps1 @@ -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-20231207.exe' + url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20231208.exe' softwareName = 'QEMU' checksum = 'e8380fc1f44264a25a6591cee881842220106c7ceee9087dd229dc56fed1415e79afebfdbf243c71853c4b2a946d2591707f06bed429eda21e31a4d9ed7b62ab' checksumType = 'SHA512' - checksum64 = '83013fcb697de8e48a05aa60c1afc38e291bb675b74377d0a609e5c3d0cf7cc2c3435e06a513fd70141535bf8164f1b7c7e358c2df150d869c152c25606ef451' + checksum64 = '31d6ecaed9c057013d4ad7870a7177939631232ab83867c7bfa5d9e4a1eff9a0e6232fae30d60f5b7b2dcf18ae294d4c6e90a451df96a33489931f7c48015081' checksumType64 = 'SHA512' silentArgs = '/S' validExitCodes = @(0) @@ -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-20231207.exe' # fallback64 + $packageArgs['url64bit'] = 'https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20231208.exe' # fallback64 } Install-ChocolateyPackage @packageArgs diff --git a/automatic/rssguard/legal/VERIFICATION.txt b/automatic/rssguard/legal/VERIFICATION.txt index a4efe7cf8..1e05e0e41 100644 --- a/automatic/rssguard/legal/VERIFICATION.txt +++ b/automatic/rssguard/legal/VERIFICATION.txt @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: 22DC6E58A16F35882CF0658952164A14903250C8B92CCC8BCCD48658C25B1D7C + checksum: B4EC59F829542078ED98FDF34CBF71D06BC6B8AA4A69C964DE6DC50B845A64B0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/rssguard/rssguard.json b/automatic/rssguard/rssguard.json index c9a62c8dd..075cc2849 100644 --- a/automatic/rssguard/rssguard.json +++ b/automatic/rssguard/rssguard.json @@ -10,5 +10,5 @@ "4.3": "4.3.4", "4.4": "4.4.0", "4.5": "4.5.5", - "4.6": "4.6.0" + "4.6": "4.6.2" } diff --git a/automatic/rssguard/rssguard.nuspec b/automatic/rssguard/rssguard.nuspec index 5bc058d91..da05757dc 100644 --- a/automatic/rssguard/rssguard.nuspec +++ b/automatic/rssguard/rssguard.nuspec @@ -3,7 +3,7 @@ RssGuard - 4.6.0 + 4.6.2 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/rssguard AdmiringWorm, chantisnake Rss Guard @@ -20,7 +20,7 @@ - [Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.6.0) + [Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.6.2) [Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/rssguard/Changelog.md) diff --git a/automatic/rssguard/tools/chocolateyinstall.ps1 b/automatic/rssguard/tools/chocolateyinstall.ps1 index dfdd117c1..0f612111c 100644 --- a/automatic/rssguard/tools/chocolateyinstall.ps1 +++ b/automatic/rssguard/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName file = '' - file64 = "$toolsPath\rssguard-4.6.0-64b739e85-lite-win7.7z" + file64 = "$toolsPath\rssguard-4.6.2-c1ada2fb2-lite-win7.7z" destination = $toolsPath }