Skip to content

Commit

Permalink
AU: 1 updated - RssGuard
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jun 27, 2023
1 parent 7cf8d0a commit 8403573
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.3.4>
location on <https://github.com/martinrotter/rssguard/releases/tag/4.4.0>
and can be verified by doing the following:

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

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 @@ -7,5 +7,6 @@
"4.0": "4.0.4",
"4.1": "4.1.2",
"4.2": "4.2.7",
"4.3": "4.3.4"
"4.3": "4.3.4",
"4.4": "4.4.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.3.4</version>
<version>4.4.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.3.4)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.4.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.3.4-fb2c439b-win7.7z"
file64 = "$toolsPath\rssguard-4.4.0-f1d98bbc8-win7.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit 8403573

Please sign in to comment.