Skip to content

Commit

Permalink
AU: 2 updated - brave gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2019
1 parent b424115 commit 7de943c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.1.19",
"beta": "1.2.18-beta"
"beta": "1.2.21-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.1.19</version>
<title>Brave Browser</title>
<version>1.2.21-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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.19/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.19/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.2.21/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.2.21/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: F7A9D5CCC0276B3D59D50E940F3B5AC1A22F44B1FF7EBB259B4B5DE275D405DD
checksum64: CB0679B76F083813C93FB868EDBC4A5FF12407EED765C2568D5593DD75273298
checksum32: C536DD833DAD5AAF7131031E5B54770427852C81DA302E82D4B948D132378244
checksum64: 926E905720F66A42A627144F762C67A78074C1E67EA1CD63A45190D54FE6E7EB

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe"
file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.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>gnupg</id>
<version>2.2.18</version>
<version>2.2.19</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.18_20191125.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.19_20191207.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: A603CDAC2CD0D6C001287074803868A99E48048538320EBEE9C636C0396392AA
checksum32: 0128DF5F58C4836B36E5F44DF6C055B5043C346C91ECCFFC7155B9CF1F833C00

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.2.18_20191125.exe"
file = "$toolsDir\gnupg-w32-2.2.19_20191207.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 7de943c

Please sign in to comment.