From 7106ecfc71c7af969b50e2ce2c62c39cc162bc3d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 11 Oct 2019 12:12:42 +0000 Subject: [PATCH] AU: 2 updated - brave SQLite [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1f600bb79145b05dd92f20b566d01e4a88029b1c --- automatic/brave/brave.json | 4 ++-- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 4 ++-- automatic/sqlite/legal/VERIFICATION.txt | 12 ++++++------ automatic/sqlite/sqlite.nuspec | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index b75b474f6b3..7d2d55b1b16 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "0.69.132", - "beta": "0.70.112-beta" + "stable": "0.69.135", + "beta": "0.70.113-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index e8bb29acd93..f1afca5defe 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 0.70.112-beta - Brave Browser (Beta) + 0.69.135 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 48bb1463d68..791f47ebf40 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index ff4f809bc90..49732cde894 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/sqlite/legal/VERIFICATION.txt b/automatic/sqlite/legal/VERIFICATION.txt index 25241eeb341..0547eeca5ba 100644 --- a/automatic/sqlite/legal/VERIFICATION.txt +++ b/automatic/sqlite/legal/VERIFICATION.txt @@ -7,9 +7,9 @@ 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. @@ -17,9 +17,9 @@ Package can be verified like this: - 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 diff --git a/automatic/sqlite/sqlite.nuspec b/automatic/sqlite/sqlite.nuspec index 56623d4a9bb..bc2c8cb4204 100644 --- a/automatic/sqlite/sqlite.nuspec +++ b/automatic/sqlite/sqlite.nuspec @@ -3,7 +3,7 @@ SQLite - 3.30.0 + 3.30.1 SQLite chocolatey D. Richard Hipp, SQLite contributors