Skip to content

Commit

Permalink
AU: 1 updated - RssGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 14, 2023
1 parent 48469f0 commit 9435d8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions automatic/rssguard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/martinrotter/rssguard/releases/tag/4.5.4>
location on <https://github.com/martinrotter/rssguard/releases/tag/4.5.5>
and can be verified by doing the following:

1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.5.4/rssguard-4.5.4-80392d4c0-win7.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.5.5/rssguard-4.5.5-2737f6622-win7.7z>
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: 1561A961CC3FD08EA18AC263B34F1D2DFBB2F7D45C29E71AE727853D25EA2609
checksum: D8E02C6DA59E1252C93687DEFA7D02CEF1D4C66457913F3136AE2D2B76DBB4BB

The file 'LICENSE.txt' has been obtained from <https://github.com/martinrotter/rssguard/blob/4dd04d6db544a665b1d87a7f9478766cdf3c687e/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/rssguard/rssguard.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"4.2": "4.2.7",
"4.3": "4.3.4",
"4.4": "4.4.0",
"4.5": "4.5.4"
"4.5": "4.5.5"
}
4 changes: 2 additions & 2 deletions automatic/rssguard/rssguard.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>RssGuard</id>
<version>4.5.4</version>
<version>4.5.5</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/rssguard</packageSourceUrl>
<owners>AdmiringWorm, chantisnake</owners>
<title>Rss Guard</title>
Expand All @@ -20,7 +20,7 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization.
]]></description>
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.5.4)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.5.5)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/rssguard/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/rssguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = ''
file64 = "$toolsPath\rssguard-4.5.4-80392d4c0-win7.7z"
file64 = "$toolsPath\rssguard-4.5.5-2737f6622-win7.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit 9435d8e

Please sign in to comment.