Skip to content

Commit

Permalink
AU: 1 updated - quiterss
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2020
1 parent c1aaaf1 commit c13ef6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/quiterss/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the alternative sourceforge mirror listed on https://quiterss.org/en/download
and can be verified like this:

1. Download the following installer: https://quiterss.org/files/0.19.2/QuiteRSS-0.19.2-Setup.exe
1. Download the following installer: https://quiterss.org/files/0.19.3/QuiteRSS-0.19.3-Setup.exe

2. You can use one of the following methods to obtain the checksums:
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum: 692A8A9411D63AEA0420E7B766C86B4098AF54076752484AA408C10135B502AF
checksum: 739FF43E583EC9A62DD6E82DF73D566218E42DEC409F11E55BEAD224CEC1FDC1
checksum type: sha256

File 'LICENSE.txt' is obtained from https://github.com/QuiteRSS/quiterss/blob/master/COPYING
2 changes: 1 addition & 1 deletion automatic/quiterss/quiterss.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>quiterss</id>
<title>QuiteRSS</title>
<version>0.19.2</version>
<version>0.19.3</version>
<owners>chocolatey,dtgm</owners>
<summary>QuiteRSS is a free news feeds reader written on Qt/C++.</summary>
<description><![CDATA[QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
Expand Down
2 changes: 1 addition & 1 deletion automatic/quiterss/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\QuiteRSS-0.19.2-Setup.exe"
file = "$toolsDir\QuiteRSS-0.19.3-Setup.exe"
fileType = 'exe'
packageName = 'quiterss'
softwareName = 'QuiteRSS'
Expand Down

0 comments on commit c13ef6f

Please sign in to comment.