From 82150615054fc288a7b86ebd459c31d9afa68cd7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 19 Jul 2024 12:18:53 +0000 Subject: [PATCH] AU: 9 updated - 360ts chromium mixxx Opera python python3 python313 vscode-insiders vscode-insiders.install [skip ci] --- automatic/360ts/360ts.json | 2 +- automatic/360ts/360ts.nuspec | 2 +- automatic/360ts/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/python/python.json | 2 +- automatic/python/python.nuspec | 4 ++-- automatic/python3-streams/legal/VERIFICATION.txt | 10 +++++----- automatic/python3-streams/python3-streams.json | 2 +- automatic/python3-streams/python3-streams.nuspec | 2 +- automatic/python3-streams/tools/helpers.ps1 | 4 ++-- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 4 ++-- .../tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 24 files changed, 43 insertions(+), 43 deletions(-) diff --git a/automatic/360ts/360ts.json b/automatic/360ts/360ts.json index 5620c869439..f3041f2c83e 100644 --- a/automatic/360ts/360ts.json +++ b/automatic/360ts/360ts.json @@ -1,4 +1,4 @@ { - "ts": "11.0.0.1114", + "ts": "11.0.0.1118", "tse": "8.8.0.1119" } diff --git a/automatic/360ts/360ts.nuspec b/automatic/360ts/360ts.nuspec index fa8ee31b6c8..36a2455f853 100644 --- a/automatic/360ts/360ts.nuspec +++ b/automatic/360ts/360ts.nuspec @@ -3,7 +3,7 @@ 360ts - 11.0.0.1114 + 11.0.0.1118 360 Total Security Qihu 360 Software chocolatey-community,adgellida diff --git a/automatic/360ts/tools/chocolateyInstall.ps1 b/automatic/360ts/tools/chocolateyInstall.ps1 index bb1bc3a94b5..d79752adc66 100644 --- a/automatic/360ts/tools/chocolateyInstall.ps1 +++ b/automatic/360ts/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = '360ts' fileType = 'exe' - url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1114.exe' - checksum = 'd8a3711619f03de66dbe6c1780cf676af51e6c7e63a477a59f3678650cba9f8d' + url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1118.exe' + checksum = 'f88ae4717d54f92c3e939014c20b3c99fb968be9e8092d09af146c53ce884b48' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7a00cca0f43..bf2678fc532 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6605.0-snapshots", + "snapshots": "128.0.6606.0-snapshots", "stable": "126.0.6478.183" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a244146674d..66cd054a233 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6605.0-snapshots + 128.0.6606.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a6782d23938..c30fef6c750 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: 09EFC620B796DB98CE65AF841396B96795F87BEFE40D3F788F6D26F0571C067A + checksum64: 7273DE2AE9A5B29452C189B5F7D76DDC46986D4B68DADCF813AAA3F2F3CB30D4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 121b94bcf6a..1e3eb798d54 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 = '128.0.6605.0-snapshots' +$version = '128.0.6606.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/1329854/mini_installer.exe' - checksum = '5A5C000A0CDDD1DC9080F4CA39BD0108FF3471BECA0C2737BB6C8220BB5876F2' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1330085/mini_installer.exe' + checksum = 'EC1F9F135BA28F07388D354132EA5B20EECDCDED026E0F9739C358B9FCFA7F84' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 832dc167448..9259607b464 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/main/mixxx-2.6-alpha-44-gfe878b99a0-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-25-gf7643b59e0-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: A538473A1FA89FDA0FF45FB7C4798A665EEF0BB87222A2687B93C48087674F78 + checksum64: C5EA3D82E43573F890892844B446F19E675A92F521AD5463A553243E93F19100 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 1fb541b7b64..859d8b35d8d 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-44", - "beta": "2.5-beta-23" + "beta": "2.5-beta-25" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index d6dceee769b..45ccba9e2aa 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-44 + 2.5-beta-25 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 063cf121d42..c8dad1c1edb 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.6-alpha-44-gfe878b99a0-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-25-gf7643b59e0-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index ad2bd965b72..7735b639f92 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 112.0.5197.25 + 112.0.5197.30 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-112/#b5197.25 + https://blogs.opera.com/desktop/changelog-for-112/#b5197.30 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index fded5fa2e25..ba2e07f3226 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/112.0.5197.25/win/Opera_112.0.5197.25_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/112.0.5197.25/win/Opera_112.0.5197.25_Setup_x64.exe' - checksum = 'b4fdfbb29fc74d312b94570f330e4f869f8e23b9f4159af72fd34360e4f4a1e4' - checksum64 = 'f989f947fa5f7d893ba9f6a369fda963d384e2aedb0afe548b7fcead2895fbf0' + url = 'https://get.geo.opera.com/pub/opera/desktop/112.0.5197.30/win/Opera_112.0.5197.30_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/112.0.5197.30/win/Opera_112.0.5197.30_Setup_x64.exe' + checksum = 'd5668195cf3ef00093c317ff338d678ab09cfd591f4e153652ae47ac57194473' + checksum64 = '7490a7551e7e93533936281f4e0c8c7ef7772cb5fc0e5e8cb3d5b71ab1ad1609' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '112.0.5197.25' +$version = '112.0.5197.30' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/python/python.json b/automatic/python/python.json index 8566f2e0a03..4cedefbef9b 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -12,5 +12,5 @@ "3.10": "3.10.11", "3.11": "3.11.9", "3.12": "3.12.4", - "3.13": "3.13.0-b3" + "3.13": "3.13.0-b4" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index ecf75596a71..5b774ff2b67 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.13.0-b3 + 3.13.0-b4 Python chocolatey-community Python Software Foundation @@ -27,7 +27,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python https://www.python.org/downloads/source - + https://docs.python.org/3.13/license.html diff --git a/automatic/python3-streams/legal/VERIFICATION.txt b/automatic/python3-streams/legal/VERIFICATION.txt index 2e2d6e728cb..ff2ca9d9b4d 100644 --- a/automatic/python3-streams/legal/VERIFICATION.txt +++ b/automatic/python3-streams/legal/VERIFICATION.txt @@ -9,8 +9,8 @@ and can be verified by doing the following: 1. Go to - x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0b3.exe - x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0b3-amd64.exe + x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0b4.exe + x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-amd64.exe to download the installer. @@ -18,8 +18,8 @@ and can be verified by doing the following: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 222BEDAF26864AF2299F68E8C8907134F0A166A925C58266B7795EC7915AC779 - checksum64: 1D7CC5FF935DE7F9BA8E1431E878D460FBADF19909944097F0C570DC101A728D + checksum32: A2DB274961E4AA793257A7A989AA6493179C23B43A3AB1D9261C3CDE141CDB85 + checksum64: 73961519DC208C1006E75B9E5469826662A6F494BBDF080A2181C70FB6C30DC0 -The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive +The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive and can also be found at . diff --git a/automatic/python3-streams/python3-streams.json b/automatic/python3-streams/python3-streams.json index 37eb5ea08bd..0418e697054 100644 --- a/automatic/python3-streams/python3-streams.json +++ b/automatic/python3-streams/python3-streams.json @@ -7,5 +7,5 @@ "3.7": "3.7.9", "3.8": "3.8.10", "3.9": "3.9.13", - "3.13": "3.13.0-b3" + "3.13": "3.13.0-b4" } diff --git a/automatic/python3-streams/python3-streams.nuspec b/automatic/python3-streams/python3-streams.nuspec index 53306a9e720..88da705f147 100644 --- a/automatic/python3-streams/python3-streams.nuspec +++ b/automatic/python3-streams/python3-streams.nuspec @@ -3,7 +3,7 @@ python313 - 3.13.0-b3 + 3.13.0-b4 Python 3.13 chocolatey-community,jack1142 Python Software Foundation diff --git a/automatic/python3-streams/tools/helpers.ps1 b/automatic/python3-streams/tools/helpers.ps1 index ea2e0ca5aaf..67a2205ddbc 100644 --- a/automatic/python3-streams/tools/helpers.ps1 +++ b/automatic/python3-streams/tools/helpers.ps1 @@ -39,7 +39,7 @@ function Install-Python { $packageArgs = @{ packageName = 'python313' fileType = 'exe' - file = "$toolsPath\python-3.13.0b3.exe" + file = "$toolsPath\python-3.13.0b4.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir validExitCodes = @(0) } @@ -48,7 +48,7 @@ function Install-Python { $packageArgs['softwareName'] = "Python 3.$minor_version.*" if (!$only32Bit) { - $packageArgs['file64'] = "$toolsPath\python-3.13.0b3-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.13.0b4-amd64.exe" } else { $packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])" diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index 76f3512de10..eb405a782a3 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -12,5 +12,5 @@ "3.10": "3.10.11", "3.11": "3.11.9", "3.12": "3.12.4", - "3.13": "3.13.0-b3" + "3.13": "3.13.0-b4" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index c6c91c8d8f4..7b9c900f745 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.13.0-b3 + 3.13.0-b4 Python 3.x chocolatey-community Python Software Foundation @@ -29,7 +29,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3 https://www.python.org/downloads/source - + diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 39810310e7d..d44b16cf577 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/65a6a2f783dbc87fb3b1408c6a9b3e8d455a60a2/VSCodeSetup-x64-1.92.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/89690b9d76a88fab676d26651134a1ffa4562732/VSCodeSetup-x64-1.92.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '5a6eefbeeff76addbd86618fe28c8e3aa9ec091508ad26bb7de4df0efcdff08b515af6b0c68a4c43e294dfe3262fafa313e2a04508751fc3be931d830a61d6e9' + checksum64 = 'f3c48df83e8afd2234187086af9b4797c96c4624e67301c1074540887411df75afd68073e270a68a6b4410031fa70fead236b85f30e06216cacbb8ba904a60a7' 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 245f7427eee..e90b841a9eb 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.20240718 + 1.92.0.20240719 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 1d947f1b82e..faa930de0d0 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.20240718 + 1.92.0.20240719 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