From 3d203a15816118479934f1e386eeb48264df13f1 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 10 May 2024 12:19:04 +0000 Subject: [PATCH] AU: 6 updated - chromium python python3 python313 vscode-insiders vscode-insiders.install [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- 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 ++-- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 2db289d68c4..3b5beaa71bf 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "126.0.6470.0-snapshots", + "snapshots": "126.0.6471.0-snapshots", "stable": "124.0.6367.156" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 8f27125e9a3..0a921465c45 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 126.0.6470.0-snapshots + 126.0.6471.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 30c982af7e2..710e494dfdb 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: 3D94F5546E6306658B4D86004C3896AFCCA1914D479051243D89F3C03F270D82 + checksum64: 262BF41C5356BDE11C593F945CBBCBA90D5B8005F21F01770A08350F9A17043D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 096d7ac06f1..38fcfc5e92e 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 = '126.0.6470.0-snapshots' +$version = '126.0.6471.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/1298830/mini_installer.exe' - checksum = '9801B54B81DB81A2984DE97BEF4515240DF5085C683FF743C2CA7ED7591C5A1F' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1299117/mini_installer.exe' + checksum = '3E6244EA2BCD741490D3960811B1FAB71711460A84950E6915C6E8849105B854' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/python/python.json b/automatic/python/python.json index 5029a46db32..6079fa970cc 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.3", - "3.13": "3.13.0-a6" + "3.13": "3.13.0-b1" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 35099e273d9..13159a02b53 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.13.0-a6 + 3.13.0-b1 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 6be93c2c66e..20aaa91daaa 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.0a6.exe - x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0a6-amd64.exe + x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0b1.exe + x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0b1-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: 02AE4CC3CC02620F81C6CC4741369C364857BAE564672763EF3D05F0764044E2 - checksum64: F38D387B667AB940B43ADE3D28D61B83CB45462CFD4C55E92D4A2311F5408A08 + checksum32: C57221A41403FC2369EADF3B6BE710A0063A6372659AEE5C2E69D3432BACA691 + checksum64: 8F47042A73418FBCAF2BFCD121F152BEDE375FB8CB528D95FC5DC73DC49AFA4F -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 af8c0ae07ba..79dce4e9226 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-a6" + "3.13": "3.13.0-b1" } diff --git a/automatic/python3-streams/python3-streams.nuspec b/automatic/python3-streams/python3-streams.nuspec index 0b906aafc35..c14b4bbe548 100644 --- a/automatic/python3-streams/python3-streams.nuspec +++ b/automatic/python3-streams/python3-streams.nuspec @@ -3,7 +3,7 @@ python313 - 3.13.0-a6 + 3.13.0-b1 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 7fe713f9164..b65837deadc 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.0a6.exe" + file = "$toolsPath\python-3.13.0b1.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.0a6-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.13.0b1-amd64.exe" } else { $packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])" diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index ace365800ab..0ca980c6eff 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.3", - "3.13": "3.13.0-a6" + "3.13": "3.13.0-b1" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index ad20cf29eaa..b51f9831ad7 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.13.0-a6 + 3.13.0-b1 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 1686641f205..b4cbb6268f3 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/5f78b58b57b7cf84d28d801fed6bb4a48f908601/VSCodeSetup-x64-1.90.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/1facdf8117ba7aa833fa90539414e310a581e74c/VSCodeSetup-x64-1.90.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = 'bc2552dd12483f64215290f149e14c0f0b341f0e29edf4270749ead5b7394d420392f7b70ca368cd898bb91be38e86164b04981dd89219a800537fb5d4c8bccd' + checksum64 = '2688f9ea322ffcd37b5b660a74fb4708ccaf1a052921c82eba75b1352278904472d33bc906453ac47ec88cf902e71873f36fc4e7eac9db0109345deb2b479da4' 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 18afcdaaa4d..def43d9c1c2 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.90.0.20240509 + 1.90.0.20240510 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 57c6e4a3a89..a0634d636bf 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.90.0.20240509 + 1.90.0.20240510 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