Skip to content

Commit

Permalink
AU: 2 updated - io-ninja RssGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 5, 2023
1 parent 9774be5 commit c61ae85
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/io-ninja/io-ninja.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>io-ninja</id>
<version>5.4.0</version>
<version>5.4.1</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/io-ninja</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>IO Ninja</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/io-ninja/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Import-Certificate -FilePath "$toolsPath\io-ninja.cer" -CertStoreLocation "Cert:
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.4.0/ioninja-5.4.0-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.4.0/ioninja-5.4.0-windows-amd64.msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.4.1/ioninja-5.4.1-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.4.1/ioninja-5.4.1-windows-amd64.msi'
softwareName = 'IO Ninja*'
checksum = '9460dc64fd6a85598249b50bfc2bc33a7391f1d88ebcba18c5e04994e6d9fa34d96613c51ef55d73a69025e6a6c5567362d0889b4c179e5830bb183e70516790'
checksum = 'f972a4756122bd5f3746029445302360a7be97898c088a361994de2e370e449e7abe4e252d37d7a358da83f80371a0f38c3d7bdf2bd80a4872236c999cb88d8e'
checksumType = 'sha512'
checksum64 = 'd3168cfeba27315d9deab61ff21aa94f0a441f6c3ebe7e7f0eb79bc6ba557b32d9dbf04a9b4a56b567e0e7b972e8b5198ae697d671fc558451e497191d0d9ac6'
checksum64 = 'daa962b4ba6cd0f8b55d2545ac8bfb0d7af7f9a5cb8bfbef3057b57e36b7606dc4ce5758c37d9b51d4dab331a6932e942988312b7311e4e0f18223f618b8c7ad'
checksumType64 = 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
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.0>
location on <https://github.com/martinrotter/rssguard/releases/tag/4.5.1>
and can be verified by doing the following:

1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.5.0/rssguard-4.5.0-7175578b6-win7.7z>
1. Download the following <https://github.com/martinrotter/rssguard/releases/download/4.5.1/rssguard-4.5.1-74e9252d9-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: FDC76011ACEBF59704D6CCD45391860B01BD576633736A2771A2640D4018EF0A
checksum: F0122BBE9155F59B853F6D64BEC3137E6AD3197CAF95C0036C9542147C529E7D

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.0"
"4.5": "4.5.1"
}
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.0</version>
<version>4.5.1</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.0)
<releaseNotes>[Software Changelog](https://github.com/martinrotter/rssguard/releases/tag/4.5.1)
[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.0-7175578b6-win7.7z"
file64 = "$toolsPath\rssguard-4.5.1-74e9252d9-win7.7z"
destination = $toolsPath
}

Expand Down

0 comments on commit c61ae85

Please sign in to comment.