From 009dbc7690a993708fcd4a2253d13b138e28ec6b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 12 Oct 2023 00:15:55 +0000 Subject: [PATCH] AU: 7 updated - brave cmake cmake.install cmake.portable vim vscode vscode.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/b2d0dc723a31fac881cf394a45c3b66fa7e1c7ec --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/cmake.install/cmake.install.json | 3 ++- automatic/cmake.install/cmake.install.nuspec | 2 +- automatic/cmake.install/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake.portable/cmake.portable.json | 3 ++- automatic/cmake.portable/cmake.portable.nuspec | 2 +- automatic/cmake.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake/cmake.json | 3 ++- automatic/cmake/cmake.nuspec | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 20 files changed, 48 insertions(+), 45 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 669af26439d..c90b1877a2c 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.58.137", + "stable": "1.59.117", "beta": "1.60.86-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index f488016fb3f..02fc20fe411 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.60.86-beta - Brave Browser (Beta) + 1.59.117 + 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 1fbc0d5db77..2529d817c29 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.60.86/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.59.117/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 -checksum64: FC34F72FCB68B8B59D2F5D187534B612FDA938FC50A91B843ADFB29D52F1F5BE +checksum64: 9A65EC853E39343C9BC224E0516D6E40D8D1B70BFBB66924CAA5950B0E6B0D72 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 082250cc4bc..2a7e02d06cf 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.60.86/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '26D6EE6A35AA2F70D492420CE03102AB08ABAC817DD9A00C77A7831F86E34717' + url = 'https://github.com/brave/brave-browser/releases/download/v1.59.117/BraveBrowserStandaloneSilentSetup32.exe' + checksum = 'D24826AADE39323014CA5ACD1C92D70A5938F981FCCB0DCD901599A3D378A88D' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.60.86' +[version]$softwareVersion = '1.59.117' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 6cf75f4ebe9..f6172683d88 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -18,5 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7" + "3.27": "3.27.7", + "3.28": "3.28.0-rc1" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 898acbb9e35..821b24c3597 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.27.7 + 3.28.0-rc1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index f3496e65c0a..f5ceab66df7 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: ADCCE264CA97CFA15FDF3894B5C7DFF6DF745B43F3596BCFFA50534C21C444A1 - checksum64: 40D06412E7DC73007FEDB2DF5955C1379E87398FEBD1D1B69AACA7E80FCAD366 + checksum32: 226CAE740CB3D745A0CE38AAE3267B7BDF35191D75E27AD16FF992CF3DF9B88C + checksum64: 75E5970A2E39F37DD1F30BA9AC89698162044C49856254C7C08F59015E005903 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 3a2c531ff37..3b49297ab2e 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.27.7-windows-i386.msi" - file64 = "$toolsPath\cmake-3.27.7-windows-x86_64.msi" + file = "$toolsPath\cmake-3.28.0-rc1-windows-i386.msi" + file64 = "$toolsPath\cmake-3.28.0-rc1-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index fd094337b9c..663890c50b5 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -18,5 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7" + "3.27": "3.27.7", + "3.28": "3.28.0-rc1" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 0d08452715c..2f37de5aa9c 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.27.7 + 3.28.0-rc1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 04814a3e195..af15918a227 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: E202611CDA835C25523AE512C125FC897DFBC388F5D35E7AB62A94096F34CA9C - checksum64: 5588E50030CDA3E6FA96724444D8539916AC808D78D608CDA6AE6FF7C4C4C9C8 + checksum32: 9731A3F5F62E928D5ABAB66872F104B836E24893B44295FF4AA07CFC5EF683F6 + checksum64: 6B9A2FD31C97DD808109ADA623B4F8140858013548E2CF87C4607F68F830257C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index bc5d5a33ccd..10d1883d262 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.27.7-windows-i386.zip" - file64 = "$toolsPath\cmake-3.27.7-windows-x86_64.zip" + file = "$toolsPath\cmake-3.28.0-rc1-windows-i386.zip" + file64 = "$toolsPath\cmake-3.28.0-rc1-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 15604a41465..0ad486dfd5e 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -18,5 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7" + "3.27": "3.27.7", + "3.28": "3.28.0-rc1" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index fd3bb72b118..8693b3f45c3 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.27.7 + 3.28.0-rc1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 9e75a64ee18..47f498df88d 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: 57666D8445D14C66D44D32A40F1CAC18F0E45CD085DBF74ADB6E23482FD78149 - checksum64: 8F45DA57C3F7627B79EAB1FC244B6DEF28160684CA3F4424FD0EE8CD61B83AEC + checksum32: E82D51604CB9B8431A129E4CD989A0DB2FC185DAD3322866D69CBD975197AEFD + checksum64: 8BA4832B62A5565401448D1D5BCEC8CEEF0620B703A901C5BBC24B75D5F83907 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 54d5c84da1c..6d06cc192fa 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_9.0.2009_x86.zip" - file64 = "$toolsDir\gvim_9.0.2009_x64.zip" + file = "$toolsDir\gvim_9.0.2018_x86.zip" + file64 = "$toolsDir\gvim_9.0.2018_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4025ac4af86..37bc693b953 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2009 + 9.0.2018 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 6f5df8f377f..62f56d8182c 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.83.0' +$version = '1.83.1' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://update.code.visualstudio.com/1.83.0/win32/stable' - url64bit = 'https://update.code.visualstudio.com/1.83.0/win32-x64/stable' + url = 'https://update.code.visualstudio.com/1.83.1/win32/stable' + url64bit = 'https://update.code.visualstudio.com/1.83.1/win32-x64/stable' softwareName = "$softwareName" - checksum = '052b4d25d9ed1e237e4dc58ec3280f16619930227f7f5ec51a898ef0dbcf3e75' + checksum = '6b5830991395299b59d1d8f4ecb3a9d752ef64b9b39c5dd4be848851c87f3126' checksumType = 'sha256' - checksum64 = '507269bb0e9806243088815af19a6aff9a9f18907d88c1a6368f9cba758b0da2' + checksum64 = '4ce748cdd111d88e1b7990641912a0e55904709a2cc85a72895ee6d7aa1801fd' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 86002470202..e17d0347f6e 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.83.0 + 1.83.1 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 7b43031563e..8e2aad6f004 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.83.0 + 1.83.1 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates