Skip to content

Commit

Permalink
AU: 2 updated - brave SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 11, 2019
1 parent aef5b88 commit 7106ecf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.69.132",
"beta": "0.70.112-beta"
"stable": "0.69.135",
"beta": "0.70.113-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>0.70.112-beta</version>
<title>Brave Browser (Beta)</title>
<version>0.69.135</version>
<title>Brave Browser</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
* 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.
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.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/v0.70.112/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.112/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.69.135/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.69.135/BraveBrowserStandaloneSilentSetup.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: A499ABC8008BA5482B90FA75FC00A593AEACBBA37DB65297247EC59AB73622E6
checksum64: 77BF08AB4818C481B82B3CBD68D123917F23CC07E836EA1651BF2DD0D4298F86
checksum32: 32D2E34F0182580736B157AC7C9A5AE3845000F8063D7874E3E37D7DD52434A6
checksum64: 3ED277A08820ADEC05E284A3AA7DF86C92C4EE42CFFFA7AD5894FF34E615F997

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\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe"
file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3300000.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3300000.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3300000.zip
x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3300100.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3300100.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip

to download the files.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 70A11669BB8AD1099FD7FBA9DA92E1A75124BEF0D16A01FD10DCDC45E9582092
checksum64: A323ADA55FDC838DDDA355949D7A666F0FF8910447C4ABE9F41769BA0B3D87AE
checksumTools32: 456DE3A7C90E1E5AC4E0B6480BC726A525DCE42F83C7ADCFDCB0FB6D7D24A48D
checksum32: A973C99F61D3BD4DE0AA3EE8D87A586F63737194848613E4D6E45BB77EFB4028
checksum64: 23BBC7CD2889734ACB944E329E809C914923F5CB54276AF4E2D21F4646D42C5C
checksumTools32: 64027558A7928FE7E6E5CBED0471A0B709591276CE132A457EC09BDDCA887258

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.30.0</version>
<version>3.30.1</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 7106ecf

Please sign in to comment.