Skip to content

Commit

Permalink
AU: 2 updated - brave quiterss
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 18, 2019
1 parent 01f024d commit c1c798b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.0.0",
"beta": "1.1.3-beta"
"beta": "1.1.4-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.1.3-beta</version>
<version>1.1.4-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.1.3/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.3/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.1.4/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.4/BraveBrowserSilentBetaSetup.exe

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

checksum type: sha256
checksum32: D1A329593FBAD7323F4193EABBB7E3DEC4E9A2E7FFC2961E994F1DD2536ED40F
checksum64: 1D91C00FB9D8D88DABBDA7AAF5D2ACF8651D7A1F704AD1762E6DA10F85656931
checksum32: AF68D14D1AB500212AA9DF83F76384BBFD4CF17FA1953B454C9819623903640F
checksum64: C2B41E0E0FC87AF14F1C414E0C3A4C04807C60712C4A8A87D9EB36D801EDE2EE

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/quiterss/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/9dc4c118fa0eafd9e4b94b2676ae79b140146a95/icons/quiterss.png" width="48" height="48"/> [QuiteRSS](https://chocolatey.org/packages/quiterss)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@9dc4c118fa0eafd9e4b94b2676ae79b140146a95/icons/quiterss.png" width="48" height="48"/> [QuiteRSS](https://chocolatey.org/packages/quiterss)

QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.

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.18.12/QuiteRSS-0.18.12-Setup.exe
1. Download the following installer: https://quiterss.org/files/0.19.1/QuiteRSS-0.19.1-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: CB23F619B351B54A34D3BB21A7A37265F21BAA2AF4E8B614374EEE61055B97D3
checksum: 52AF9FEDD63846B9777473E54E7FFBD74A0404C81949242A7AFFB12CBDAC0662
checksum type: sha256

File 'LICENSE.txt' is obtained from https://github.com/QuiteRSS/quiterss/blob/master/COPYING
6 changes: 3 additions & 3 deletions 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.18.12</version>
<version>0.19.1</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 Expand Up @@ -33,14 +33,14 @@
<authors>QuiteRSS Team</authors>
<projectUrl>https://quiterss.org/</projectUrl>
<projectSourceUrl>https://github.com/QuiteRSS/quiterss</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/quiterss</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/quiterss</packageSourceUrl>
<docsUrl>https://github.com/QuiteRSS/quiterss/wiki</docsUrl>
<bugTrackerUrl>https://github.com/QuiteRSS/quiterss/issues</bugTrackerUrl>
<tags>foss cross-platform admin quiterss rss atom qt5 qt feedreader news reader</tags>
<licenseUrl>https://github.com/QuiteRSS/quiterss/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © QuiteRSS Team</copyright>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/9dc4c118fa0eafd9e4b94b2676ae79b140146a95/icons/quiterss.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@9dc4c118fa0eafd9e4b94b2676ae79b140146a95/icons/quiterss.png</iconUrl>
<releaseNotes>[QuiteRSS Changelog](https://github.com/QuiteRSS/quiterss/blob/master/CHANGELOG)</releaseNotes>
</metadata>
<files>
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.18.12-Setup.exe"
file = "$toolsDir\QuiteRSS-0.19.1-Setup.exe"
fileType = 'exe'
packageName = 'quiterss'
softwareName = 'QuiteRSS'
Expand Down

0 comments on commit c1c798b

Please sign in to comment.