diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 575ff667e41..3fa4f0c7581 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6724.0-snapshots", + "snapshots": "131.0.6725.0-snapshots", "stable": "128.0.6613.138" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 08a9392ad2b..f973bcedd9c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6724.0-snapshots + 131.0.6725.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9b15aa31774..8145f78f5b9 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 638EF53828D03E66096A103950372721982457910A49C11E5D11204A7D422632 + checksum64: 673DBDC8863839F2BDCDBE147BC3D0B2E8535DCBEEC3E1C58CF8775DB5904747 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d183c49073f..0442fc0603a 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '131.0.6724.0-snapshots' +$version = '131.0.6725.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1356324/mini_installer.exe' - checksum = 'EEA1C95CA3465B960D2F0E63649015A6375F4B7013B4477910A00D06ADD3AC74' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1356997/mini_installer.exe' + checksum = '691F02C57CF84AB1ABA16E709935DDABE6AED6BE2B813A689EF7AAF698901071' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/curl/curl.nuspec b/automatic/curl/curl.nuspec index 25f5701a6e7..6d17fc6826e 100644 --- a/automatic/curl/curl.nuspec +++ b/automatic/curl/curl.nuspec @@ -3,7 +3,7 @@ curl - 8.10.0 + 8.10.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl chocolatey-community, Rob Reynolds cURL diff --git a/automatic/curl/legal/VERIFICATION.txt b/automatic/curl/legal/VERIFICATION.txt index 2143850594f..c21edfc7c2a 100644 --- a/automatic/curl/legal/VERIFICATION.txt +++ b/automatic/curl/legal/VERIFICATION.txt @@ -6,8 +6,8 @@ Package can be verified like this: 1. Go to https://curl.se/windows/, and look for the official binaries provided. - x32: https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win32-mingw.zip - x64: https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win64-mingw.zip + x32: https://curl.se/windows/dl-8.10.1_1/curl-8.10.1_1-win32-mingw.zip + x64: https://curl.se/windows/dl-8.10.1_1/curl-8.10.1_1-win64-mingw.zip to download the zip files. You may wish to rename one of the files. @@ -15,8 +15,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 7F5CFD833E1BD9662E1A90B15352BD7329AF704F9EA3EBC6944D38C636BC8110 - checksum64: 27773EE37D3F20A8DE51187C6AE18076C8EFB53A1393BDC8E14CAB98909E49DE + checksum32: 3978F5595D0511EDC7B838B78B965FAE63084412E911FCBACA628A8F5081A211 + checksum64: ED57BB662DC652655E14E2855EB0FF5FE8AD290C31980AC7F422C6D91E75A4F1 File 'LICENSE.txt' obtained from: https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING diff --git a/automatic/curl/tools/chocolateyInstall.ps1 b/automatic/curl/tools/chocolateyInstall.ps1 index 00bad30ab34..7ff41fca245 100644 --- a/automatic/curl/tools/chocolateyInstall.ps1 +++ b/automatic/curl/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:chocolateyPackageName - FileFullPath = "$toolsPath\curl-8.10.0_1-win32-mingw.zip" - FileFullPath64 = "$toolsPath\curl-8.10.0_1-win64-mingw.zip" + FileFullPath = "$toolsPath\curl-8.10.1_1-win32-mingw.zip" + FileFullPath64 = "$toolsPath\curl-8.10.1_1-win64-mingw.zip" Destination = $toolsPath } diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index d42b7218ca7..a42762b1438 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.46.0 + 2.46.1 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index 6607c417d86..0e713aa24b8 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: - checksum32: 8F330C0F33499EE6438D337351C1CC2354FBC067A63713EC4FB83EC1BD001CA3 - checksum64: E6337D172590CEA1F673ACFEEF218733E9352ADEB863A3A9E8FA20EE0719A40F + checksum32: 8C172998A695923B4BC5CCF29F27A7E6679CCAE6F8F50ACFE5039D878318F200 + checksum64: AB47DFEB4F5EFFAC44FDC2C11B60EE055477AE752FBD0AAAFD91B7B0DEDD6396 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.install/tools/chocolateyInstall.ps1 b/automatic/git.install/tools/chocolateyInstall.ps1 index afb164d6c72..7e230d6b41b 100644 --- a/automatic/git.install/tools/chocolateyInstall.ps1 +++ b/automatic/git.install/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ Stop-GitSSHAgent # Workaround for chocolateyBeforeModify.ps1 being bypassed if upgrading via metapackage (chocolatey/choco#1092) Stop-GitGPGAgent -$fileName32 = 'Git-2.46.0-32-bit.exe' -$fileName64 = 'Git-2.46.0-64-bit.exe' +$fileName32 = 'Git-2.46.1-32-bit.exe' +$fileName64 = 'Git-2.46.1-64-bit.exe' $silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-", "/LOG", (Get-InstallComponents $pp) $silentArgs += Get-InstallOptions $pp diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index 5498a65d93e..8c0230fc880 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.46.0 + 2.46.1 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index aa8d370d9dd..3f03f433136 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: - checksum32: 5A5B07EABC2737F1FA2E00CDF19559F385859D42B717AFBF5D19BAD371182D86 - checksum64: DEDAE83F4D0851BCBF473C516701E2DA6A5D7C574D694D5ECEEC46D1307132EA + checksum32: 84ABC0C5D419F5C58629E7D9E7A4BAD4BC338E859426BAF19C752395091ED804 + checksum64: 327C09353E27609B376346CA3397AEBE8832298F0448B4B9B2E87C9D37423E1C File 'LICENSE.txt' is obtained from diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 3e9426ad549..a231bc23aea 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.46.0 + 2.46.1 The Git Development Community chocolatey-community Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -39,7 +39,7 @@ Example for passing in package parameters: false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index fc5b8e2b3cf..2f2456376c2 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.34 + 9.5.35 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 16fa1f2752e..d10ba9d5611 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.34' +$version = '9.5.35' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 3bac65cdd33..05e076a37eb 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/c4efe1dc9eec4914f3076b2d954fe4fe174a5820/VSCodeSetup-x64-1.94.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/4f485cf59847506bc1ba2aaab127d31dcbe2c9dc/VSCodeSetup-x64-1.94.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '13c3fd42ad799b3fee70872d067da98fee9e3f8b55e61ccf8ced05ce1590bcebcf6492075697bd4a4911c315884850102c5316d6762939af603731a88e2dd8b8' + checksum64 = '416370ead5dd2dd146bd4b91f40fd1fad7c1e87c223844de73b86e329da3ffdf39b567be130890bb7a690f707b7ba752761877c9d292076aa80845c55e95f92c' 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 cfcd95d9eb8..0f849c492e4 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.94.0.20240917 + 1.94.0.20240918 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 34fc856bae0..8b8f5e56618 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.94.0.20240917 + 1.94.0.20240918 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,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