diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index e6e5f6f46dd..497d5ffe7bd 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.64.113", + "stable": "1.64.116", "beta": "1.65.101-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 755a88ca898..5057245cc9a 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.65.101-beta - Brave Browser (Beta) + 1.64.116 + 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 d087225b324..4966d183010 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.65.101/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.64.116/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: 959C429EA7166DC9C1394175AD5DF6E45B31EC66E036F75F82023F2E934DE0EB +checksum64: 20BC20D8CC086BD5B095EFAA9F98B863C8272BEC8AE01DD29852CB4CFB02A9D0 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 2fb1bdc5eaf..7bfba993878 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.65.101/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '189C301C9D451A7420FE5EF9034AE03D1473052253FE813B2408F5BFF4002AAF' + url = 'https://github.com/brave/brave-browser/releases/download/v1.64.116/BraveBrowserStandaloneSilentSetup32.exe' + checksum = 'A8F42D52EE4C1D637103597E3494994A0CFA5C743C2D8507593FB9882A166D0E' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.65.101' +[version]$softwareVersion = '1.64.116' 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 350293b6573..7188362f2ce 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -20,5 +20,5 @@ "3.26": "3.26.6", "3.27": "3.27.9", "3.28": "3.28.4", - "3.29": "3.29.0" + "3.29": "3.29.1" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index 3610a87ad03..1b335323b45 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.29.0 + 3.29.1 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 6e4047bdc33..0b7c4844dc4 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: 69DEFBDFED5BFBD4685B3B8E479920A76ECCA4BCCB7D8B5D07B1B72B31675764 - checksum64: 99E299B124D558AB5ED8DD56E6C68F1F4FD571F178776236F58B4F9C4E139FD6 + checksum32: 1689034AA1D4781572A8280BE46FD3F67886C86C2EB6BA73ABA973B0D1E49E7E + checksum64: E235287B46652A901CFCE9D1F38DF8925BC7BE9315836066F9F6DA9BE6262D59 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 e37dd8a7b41..646de7bb7bc 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.29.0-windows-i386.msi" - file64 = "$toolsPath\cmake-3.29.0-windows-x86_64.msi" + file = "$toolsPath\cmake-3.29.1-windows-i386.msi" + file64 = "$toolsPath\cmake-3.29.1-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 0cbdda687a2..7f7e01fdcdd 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -20,5 +20,5 @@ "3.26": "3.26.6", "3.27": "3.27.9", "3.28": "3.28.4", - "3.29": "3.29.0-rc4" + "3.29": "3.29.1" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index c2ad5139db1..4f6ea469654 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.28.4 + 3.29.1 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 58cc91ff64d..d5cad3e00a3 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: 8008DFE27CD59C7550365B56F8D1F708EC2063FD807226BA0822531FAEE91EFC - checksum64: 7690887B57D3D4138DC78E88200236EEC137314047334A30E4FECDA614C5A079 + checksum32: 4C832BBD9BB7A6756B13743956B87A9AE0BA869CB2E1A139BB540E456FD919EE + checksum64: C8CF6ED50551D00AD8CD1F3B232810CD0A8B43B4A1D4F1393F0A575D423884DC 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 362576c728f..2dba09fc5f1 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.28.4-windows-i386.zip" - file64 = "$toolsPath\cmake-3.28.4-windows-x86_64.zip" + file = "$toolsPath\cmake-3.29.1-windows-i386.zip" + file64 = "$toolsPath\cmake-3.29.1-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 107ad336642..ae237217daa 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -20,5 +20,5 @@ "3.26": "3.26.6", "3.27": "3.27.9", "3.28": "3.28.4", - "3.29": "3.29.0" + "3.29": "3.29.1" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index ba0860d96fc..ca0b2eecd58 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.29.0 + 3.29.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app * [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 e7a8ee73e13..a66a1f6812e 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: D3930D2C4F59B7C5C3DD8C08D27965720097573CF609AE43F0CF40B120BF3D18 - checksum64: A238FB67A983D591911954E738956BFD41B81BCDB30FFBF42ED2ADAD6467AFE9 + checksum32: 49F318522C4CE932B3E28CF03F03E3079DABC6FE2C48F0B376228BE757F4EA82 + checksum64: 2EC027C828D6F91AC44C29CBECB8AF9DEDF65714ABA1232794F7433937E357E3 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4d7dadf867a..b89e47d507d 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.1.0258_x86.zip" - file64 = "$toolsDir\gvim_9.1.0258_x64.zip" + file = "$toolsDir\gvim_9.1.0260_x86.zip" + file64 = "$toolsDir\gvim_9.1.0260_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e71bf6a0c08..32a96120006 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0258 + 9.1.0260 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.