From 561e6d45caf862b3f523ee3222baf3623a2366f6 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 24 Aug 2023 13:37:40 +0000 Subject: [PATCH] AU: 1 updated - RssGuard [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/db1a2d9d6b477733474c7b9b6cac4431de58d17e --- automatic/rssguard/legal/VERIFICATION.txt | 6 +++--- automatic/rssguard/rssguard.json | 3 ++- automatic/rssguard/rssguard.nuspec | 4 ++-- automatic/rssguard/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/automatic/rssguard/legal/VERIFICATION.txt b/automatic/rssguard/legal/VERIFICATION.txt index aab074b15..27e4c7352 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: 119EE7D3C98F5057E6E7CFB10162CFB3F922892390FE67C018ABFB729A7B934D + checksum: FDC76011ACEBF59704D6CCD45391860B01BD576633736A2771A2640D4018EF0A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/rssguard/rssguard.json b/automatic/rssguard/rssguard.json index c6da46a64..28e4285b6 100644 --- a/automatic/rssguard/rssguard.json +++ b/automatic/rssguard/rssguard.json @@ -8,5 +8,6 @@ "4.1": "4.1.2", "4.2": "4.2.7", "4.3": "4.3.4", - "4.4": "4.4.0" + "4.4": "4.4.0", + "4.5": "4.5.0" } diff --git a/automatic/rssguard/rssguard.nuspec b/automatic/rssguard/rssguard.nuspec index 6a50aa495..827949ea1 100644 --- a/automatic/rssguard/rssguard.nuspec +++ b/automatic/rssguard/rssguard.nuspec @@ -3,7 +3,7 @@ RssGuard - 4.4.0 + 4.5.0 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.4.0) + [Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.5.0) [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 2743d0e85..7a5fd79eb 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.4.0-f1d98bbc8-win7.7z" + file64 = "$toolsPath\rssguard-4.5.0-7175578b6-win7.7z" destination = $toolsPath }