diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 337c5922ebf..63a96acc4a6 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "129.0.6614.0-snapshots", + "snapshots": "129.0.6615.0-snapshots", "stable": "126.0.6478.183" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1bebd103b97..e10e271d8a6 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 129.0.6614.0-snapshots + 129.0.6615.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7f983787a54..9e0fc02e768 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: ED315450ED043BF292E5646BF6EA5FA9E72BADE9BBB39DAEC8A673595887CBB9 + checksum64: C044FDA6CA64D88FA339C8AEC97D7F02CB5AAEA69C3A0EF0B09FB806110F1CDC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 61249358c1b..1aa71aae0d0 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 = '129.0.6614.0-snapshots' +$version = '129.0.6615.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/1331527/mini_installer.exe' - checksum = 'DB93D1840304B06CCAB72F904D6D029F14EF00B89C6F8A6170BC696BAC75F605' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1332228/mini_installer.exe' + checksum = '3E70ED95B63252252AD92A39AFC664A8CCC1FF6E0E49BE659303F71B82B001C1' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/curl/curl.nuspec b/automatic/curl/curl.nuspec index e93f4c1e084..ae5bd570a4f 100644 --- a/automatic/curl/curl.nuspec +++ b/automatic/curl/curl.nuspec @@ -3,7 +3,7 @@ curl - 8.8.0 + 8.9.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl chocolatey-community, Rob Reynolds cURL @@ -23,7 +23,7 @@ Supports DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, HTTP/3, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more. ]]> - /changes.html + diff --git a/automatic/curl/legal/VERIFICATION.txt b/automatic/curl/legal/VERIFICATION.txt index 797f6db59e8..c1824024d84 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.8.0_1/curl-8.8.0_1-win32-mingw.zip - x64: https://curl.se/windows/dl-8.8.0_1/curl-8.8.0_1-win64-mingw.zip + x32: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win32-mingw.zip + x64: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_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: 35889D15C5074F77F1F391133E416570F09AFE9AFA0F77CD5F427994750BCCC5 - checksum64: 55B01829DBC774AC201BB0CACEBE453857707B10913937C49E3E8F48F0998703 + checksum32: 272A54E3C0B404E3F704CE015A75C0475A83A768EAA2F2117146194D760FA5F9 + checksum64: DFAC2DF82FD98369C23FEA194D8990C7BC5AD9C44F6FBB37A15E6E459EAF428C 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 a57a7882936..d6638390b85 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.8.0_1-win32-mingw.zip" - FileFullPath64 = "$toolsPath\curl-8.8.0_1-win64-mingw.zip" + FileFullPath = "$toolsPath\curl-8.9.0_1-win32-mingw.zip" + FileFullPath64 = "$toolsPath\curl-8.9.0_1-win64-mingw.zip" Destination = $toolsPath } diff --git a/automatic/kubescape/kubescape.nuspec b/automatic/kubescape/kubescape.nuspec index 0185ee8451f..53d81db4ed3 100644 --- a/automatic/kubescape/kubescape.nuspec +++ b/automatic/kubescape/kubescape.nuspec @@ -3,7 +3,7 @@ kubescape - 3.0.14 + 3.0.15 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape chocolatey-community,hollowman kubescape: Kubernetes Security Platform diff --git a/automatic/kubescape/legal/VERIFICATION.txt b/automatic/kubescape/legal/VERIFICATION.txt index 59e28a5c7ae..762e7852dd2 100644 --- a/automatic/kubescape/legal/VERIFICATION.txt +++ b/automatic/kubescape/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ location on 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' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: 46422254B2B77585B2832E26E4883EE8B8FB6404521604CCBF96775932CF9C4E + checksum64: EA3AB7D095BF1DB12585BE385DC71CAD3A241472B1BE50EFC7E1EB23A1F9D5A1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index e67a1270691..a946b033648 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-26-g8d4181a919-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-53-g02a6f26668-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: CA3723599B5A1467C9A12D85B12FAC1647DDB26AE583B0866C22E0A3CD88A8EA + checksum64: A42C1D3955242EB7817DDA3392409D8DFC9A540E0C1BB8C1192B1F7B32EFC53D File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index ee73d40addb..a3f6ef03dfd 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-51", + "alpha": "2.6-alpha-53", "beta": "2.5-beta-26" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 7aa5dd5f959..3be0d729590 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-26 + 2.6-alpha-53 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 8c51b91758d..9d2fc635776 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.5-beta-26-g8d4181a919-win64.msi" + file64 = "$toolsPath\mixxx-2.6-alpha-53-g02a6f26668-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 7be329d3e6f..3766b9c82fd 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/22e3447b4b410dcf8426bf70743c5dd4030d6122/VSCodeSetup-x64-1.92.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/7ed4cdc56d037146b2c4c890f09e78b2ba14b49d/VSCodeSetup-x64-1.92.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '9a6be5f3d6704308ee06cbf3cd48ca1abb328f6f14ee1e2b1db5dba0ca3026500428ca095e4d7b140234d517a5ae9fadb432896a319345784a36c1b12fede6f3' + checksum64 = '253906d0d06502dd8c40963c9c1dc0221de00541f743944baa6d87fb890e83a41f5083bc4034166d04da9f76b6921238a164a2d888c4febf518cefce79fd9d0d' 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 68a6ebaaa8d..c5192f94c1d 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.92.0.20240723 + 1.92.0.20240724 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 84db5f4c97e..d7ce474880b 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.92.0.20240723 + 1.92.0.20240724 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