diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 15f66ef2ccf..43db5113d38 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.17.73", + "stable": "1.17.75", "beta": "1.19.46-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 042eb658eb4..f6384286e92 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.19.46-beta - Brave Browser (Beta) + 1.17.75 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 5348cbf899c..2a622939909 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/v1.19.46/BraveBrowserSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.46/BraveBrowserSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.17.75/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.75/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: 764D1E4A9E2CC9A3BF89D8A664C4B62395961787284DE63F446A6FE54AECCCC4 -checksum64: 598F63936A5E37D86C0F72C1189A63B3179F0E905C43BDC7982026EABF38B51A +checksum32: 7C45990C2A30ECAD4717B45792D47AC90B7A311345474FC077D2E30F271F034F +checksum64: C095C35EA174D5E247F743526482618E5F0C1F24B74EE0E53674480EED4360A6 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 a508146da0d..f1bb6c868fe 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" - file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" + file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.19.46' +[version]$softwareVersion = '1.17.75' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index e7d65bbeb21..eb828a30a7b 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 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: 9119B145B83E199F5A34417CB21112A12BA084435776F4FA827AD7746DEFDA34 - checksum64: A3BDC2BB72F074239E28BFCDFA2806E725B6E833AA03B2507E0009C19D1A0DE1 + checksum32: 9CD554C92D4FA335A06F073E8196BED58BF1590D8B3B6D05B8A3FE36DA100FCD + checksum64: 642554ED4DD2DBA94E1AFDDCCCDD7D832999CEA309299CC5952F13DB389894F8 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index e3be346eb32..33c2fac9fd6 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 0.0.0 + 3.14.0 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v4.0.0-rc-2 + https://github.com/protocolbuffers/protobuf/releases/tag/v3.14.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index d59816aa563..f2d411a5d63 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-4.0.0-rc-2-win32.zip" - FileFullPath64 = "$toolsPath\protoc-4.0.0-rc-2-win64.zip" + FileFullPath = "$toolsPath\protoc-3.14.0-win32.zip" + FileFullPath64 = "$toolsPath\protoc-3.14.0-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/universal-usb-installer/legal/VERIFICATION.txt b/automatic/universal-usb-installer/legal/VERIFICATION.txt index c518c058f70..9d8affa0f39 100644 --- a/automatic/universal-usb-installer/legal/VERIFICATION.txt +++ b/automatic/universal-usb-installer/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: BB52F46D243BFEF0072A060DF06CE3827A5DAB87A540C085A557971BC53AA917 + checksum: F8EF9425682CC2824E9163A3BB07D8620A8C90298E6D7CB91446D37113CD90BE The file 'LICENSE.txt' has been obtained from This license was mentioned on their disclaimer page diff --git a/automatic/universal-usb-installer/universal-usb-installer.nuspec b/automatic/universal-usb-installer/universal-usb-installer.nuspec index fddad7ba42c..46b303ef75f 100644 --- a/automatic/universal-usb-installer/universal-usb-installer.nuspec +++ b/automatic/universal-usb-installer/universal-usb-installer.nuspec @@ -3,7 +3,7 @@ universal-usb-installer - 1.9.9.900 + 2.0.0.000 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer chocolatey-community Universal USB Installer