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 Aug 24, 2023
1 parent de37a21 commit 561e6d4
Show file tree
Hide file tree
Showing 4 changed files with 8 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.4.0>
location on <https://github.com/martinrotter/rssguard/releases/tag/4.5.0>
and can be verified by doing the following:

1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.4.0/rssguard-4.4.0-f1d98bbc8-win7.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.5.0/rssguard-4.5.0-7175578b6-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: 119EE7D3C98F5057E6E7CFB10162CFB3F922892390FE67C018ABFB729A7B934D
checksum: FDC76011ACEBF59704D6CCD45391860B01BD576633736A2771A2640D4018EF0A

The file 'LICENSE.txt' has been obtained from <https://github.com/martinrotter/rssguard/blob/4dd04d6db544a665b1d87a7f9478766cdf3c687e/LICENSE.md>
3 changes: 2 additions & 1 deletion automatic/rssguard/rssguard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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.4.0</version>
<version>4.5.0</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.4.0)
<releaseNotes>[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)</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.4.0-f1d98bbc8-win7.7z"
file64 = "$toolsPath\rssguard-4.5.0-7175578b6-win7.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit 561e6d4

Please sign in to comment.