Skip to content

Commit

Permalink
AU: 2 updated - nordlocker RssGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 2, 2022
1 parent ce11ffc commit bdebdfb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/nordlocker/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6285e6b53932f20|3.3.0
62985e6539d8d78|3.4.0
2 changes: 1 addition & 1 deletion automatic/nordlocker/nordlocker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- == PACKAGE SPECIFIC SECTION == -->
<!-- This section is about this package, although id and version have ties back to the software -->
<id>nordlocker</id>
<version>3.3.0</version>
<version>3.4.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nordlocker</packageSourceUrl>
<owners>AdmiringWorm</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/nordlocker/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{

softwareName = 'NordLocker*'

checksum = '882DBF1F2F0210A29F35EEBEA1A8624A7F64DF9AB495B33A84DC8B93593A3C7585945B48D0B3E61113C42AA5AFB9C13E76335DE37C550E06EA82AB1276C681B7'
checksum = '3FF26BC8B58FD7ACA8D56F6EB3F4D752FD77A9CBF27FC904450ACDA8B29665C7A86273A747D7F791A14D3FE97160B5D20AA88F5DB2C919BA9D934E650C323BDC'
checksumType = 'sha512'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName)\$($env:chocolateyPackageVersion)\install.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/rssguard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/4.2.2/rssguard-4.2.2-4f2f991b-win64.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.2.3/rssguard-4.2.3-68c03688-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: 4AD319E97E24F18352AFDA13F540F6EE96CAB94F6BEBD7D63553E88FF999BBA9
checksum: D4688E64950DF34B85112207F5CE6DB3E3A31BC429E2807B10FB6A54FC55BCA8

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 @@ -6,5 +6,5 @@
"3.9": "3.9.2",
"4.0": "4.0.4",
"4.1": "4.1.2",
"4.2": "4.2.2"
"4.2": "4.2.3"
}
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.2.2</version>
<version>4.2.3</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.2.2)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.2.3)
[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.2.2-4f2f991b-win64.7z"
file64 = "$toolsPath\rssguard-4.2.3-68c03688-win64.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit bdebdfb

Please sign in to comment.