From 3ffa1ffb758f78a36f6d4259080b51fc0875df3f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 6 Aug 2021 00:13:22 +0000 Subject: [PATCH] AU: 4 updated - brave vim vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/8488d61fbc1dbb7572936c969aaf396fa5861bd4 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 07250b8d029..030a85a58ab 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.27.110", + "stable": "1.27.111", "beta": "1.29.51-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index c3e295574d5..8c8cfc9fd16 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.29.51-beta - Brave Browser (Beta) + 1.27.111 + 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 fd66c2b6a68..139b494e2ab 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.29.51/BraveBrowserStandaloneSilentBetaSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.51/BraveBrowserStandaloneSilentBetaSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.27.111/BraveBrowserStandaloneSilentSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.27.111/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: C5ADC52B955E339E8F16F6B7B48E4F8FAA503BB29DBC3649C027A9781063D24C -checksum64: EA91C79F0E55FD4A22638EF5A6C9B073303E34F6D243A243EB5815326EDA793D +checksum32: 81F1D6BCF5E21467C871D61DE6FA302267999758ECDBD0AB1960BD486E121192 +checksum64: 372F1D5298D04B336C210B2C465EC7A53A09DB532615E21C8827D62F76FB07E6 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 76885731f0c..fe77bb45496 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.29.51' +[version]$softwareVersion = '1.27.111' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 0f204ca4977..437e593f76c 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: BEDD3443E7D7A5B1F67C05F82FC04CD14BFB160C027C3233E7B00E9A56E9C1DD - checksum64: A950216371DDF384C5EABDBFE0DD62B4C2BEE7DB47670547B37A372A9465C872 + checksum32: 734EAB6D56F1D06C08DF7B614AD9731C911656C4B1DF7856E5AC5B1C471082E4 + checksum64: ED505CB9827BD54E0D43197B821AAF664E4FF35D154BEEF4D152A1B3FDB91F37 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 3f6e4133bf3..cab18c3d54a 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.3290_x86.zip" - file64 = "$toolsDir\gvim_8.2.3290_x64.zip" + file = "$toolsDir\gvim_8.2.3299_x86.zip" + file64 = "$toolsDir\gvim_8.2.3299_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 0d21c54a9ed..dcfc3ddca4a 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3290 + 8.2.3299 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor. diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index b6c01949965..002eff93fea 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/8f58c1f457bd2ddf6cf81120c450c783b6e8c01b/VSCodeSetup-ia32-1.59.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/8f58c1f457bd2ddf6cf81120c450c783b6e8c01b/VSCodeSetup-x64-1.59.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/a4eb4d688477fb9f2176bb2ed932b0b1726caed3/VSCodeSetup-ia32-1.60.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/a4eb4d688477fb9f2176bb2ed932b0b1726caed3/VSCodeSetup-x64-1.60.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '5366982707ed278a7da2009c3e46fecfd1bc7cff54ff7fb67bf2c3d89bf1eff7f0e8170b33b3d04fc1e7cb365b630b5d073631717d7b89cbf427a37e1c150d38' + checksum = '8fb01930bda99bbeb04161eb388f0c8f7666583d496719ea5c80a646f882240017109bd9e34d0f7dda6e30e806c7a937b02caa43205c8e707ff0e5b2a759125b' checksumType = 'sha512' - checksum64 = '82abfc1bac9bf27d30eb2c2bbb62e4158d3d4c0780baa5b6f12e96f8e25f98492cb143ef1fa6500292c8eadf6b6e503926447dad695fa0c59c1001cfb97c5c33' + checksum64 = '377a5b214c54f5169c0304f73ae38309713e1e3626c3eac0e804330ae7d217ccce8eaba8386da1913b0e6e11cf20d0bb9db989d948f6d8f6608549f6c0fc4874' 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 c5775d4a56c..1f353aec2f7 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.59.0.20210804 + 1.60.0.20210805 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 899405c76d8..9e64d182ecf 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.59.0.20210804 + 1.60.0.20210805 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