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 Jun 4, 2019
1 parent bb9ed89 commit 277ccd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/rssguard/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/martinrotter/rssguard/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/martinrotter/rssguard/releases/download/3.5.8/rssguard-3.5.8-1fef0c5-win64.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/3.5.9/rssguard-3.5.9-565b07a-win64.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: 3532F54A0507413850527E5D74EE044DE5F5D48403D8F38995F7BC378C395BF3
checksum: 4E0DC1146725D43EF3F51D36297B7D95BCE1497A046562DEB2A3D70241E3B55D

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
@@ -1,3 +1,3 @@
{
"3.5": "3.5.8"
"3.5": "3.5.9"
}
4 changes: 2 additions & 2 deletions automatic/rssguard/rssguard.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>RssGuard</id>
<version>3.5.8</version>
<version>3.5.9</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/3.5.8)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/3.5.9)
[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
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = ''
file64 = "$toolsPath\rssguard-3.5.8-1fef0c5-win64.7z"
file64 = "$toolsPath\rssguard-3.5.9-565b07a-win64.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit 277ccd1

Please sign in to comment.