From b0b335f1264541d8f913e99bb935d76a84d36d82 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 13 Sep 2021 12:13:29 +0000 Subject: [PATCH] AU: 3 updated - brave vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/781c753da7f02f33126212ea37ad44911d68ceea --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index de387209e01..03da0c210e8 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.29.79", + "stable": "1.29.80", "beta": "1.30.68-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 1ae73013d8b..669da9656fa 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.30.68-beta - Brave Browser (Beta) + 1.29.80 + 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 b47dfdd4d5c..4d890e3bdc3 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.30.68/BraveBrowserStandaloneSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.30.68/BraveBrowserStandaloneSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.29.80/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.80/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: EABDB898B4A7B09332205424E18FE989588245079506D3103FAB1B36461E59CF -checksum64: 87E75E4FFB6B42A5A3E107C720727512DFCC6F73625FD044373D0561E2D9A740 +checksum32: 35D7E0FC5149AF6062594CFF6398AB4C73F39F9D4A63EF0E63FE0FF9F35D688F +checksum64: CC6E1F3246B0440EC7B3C06CD439937CB06BE12FFAF72319F4CF25D120EABFE8 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 da8a5153a12..bccbae4ebf5 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup32.exe" - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.30.68' +[version]$softwareVersion = '1.29.80' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 9feea76b551..eb061bd05e1 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/0884da1650baa24994d23d2a3742823c1186e526/VSCodeSetup-ia32-1.61.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/0884da1650baa24994d23d2a3742823c1186e526/VSCodeSetup-x64-1.61.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/ec40cbe164c59f3d13b6eff5fc7b0231ec0ab7aa/VSCodeSetup-ia32-1.61.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/ec40cbe164c59f3d13b6eff5fc7b0231ec0ab7aa/VSCodeSetup-x64-1.61.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '4c4266494653620236ca718c78469931919ae12ff08d3367e49cf5eac86e12e41cfdec11ee723e31fe28abb360953141b7502b340260bf1d617d2a0e0e0121d3' + checksum = '709f9e63df36879c5e085845bf6fc2c2407694bd4b4a7d3c1aa7025b5105922b693e84ba0fb52efd394415cc11916a12c2b607eca946dd1f923efbf4cd8d6767' checksumType = 'sha512' - checksum64 = '95354b02d5d946b3e33ab9e39f7905f5fbd2e03a849c9e00617994d5f9dd1016bdfe06edc7ac41517166099b42e370ff0a7e88fdf14badc8189456b5ae2dba3c' + checksum64 = 'c5fd4e49e3d002eff90e05296006f82b53b29479820ec869d18fd4589086e039d964224c5cbc4dc5dd2c6efc080baefe62c0255c4c7293196d4447156fd59f0b' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index ecc205f941f..746266b925e 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.61.0.20210910 + 1.61.0.20210913 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index d4aaeefe1ec..ec0e66b29bc 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.61.0.20210910 + 1.61.0.20210913 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features