Skip to content

Commit

Permalink
AU: 2 updated - cmake quiterss
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2019
1 parent d06c3d8 commit d715886
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.5",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0-rc4"
"3.16": "3.16.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.16.0-rc4</version>
<version>3.16.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.16.0-rc4]" />
<dependency id="cmake.install" version="[3.16.0]" />
</dependencies>
</metadata>
<files />
Expand Down
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.1/QuiteRSS-0.19.1-Setup.exe
1. Download the following installer: https://quiterss.org/files/0.19.2/QuiteRSS-0.19.2-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: 52AF9FEDD63846B9777473E54E7FFBD74A0404C81949242A7AFFB12CBDAC0662
checksum: 692A8A9411D63AEA0420E7B766C86B4098AF54076752484AA408C10135B502AF
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.1</version>
<version>0.19.2</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.1-Setup.exe"
file = "$toolsDir\QuiteRSS-0.19.2-Setup.exe"
fileType = 'exe'
packageName = 'quiterss'
softwareName = 'QuiteRSS'
Expand Down

0 comments on commit d715886

Please sign in to comment.