diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index bd9e220dc00..36b7e0ce8dc 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6912.0-snapshots", + "snapshots": "133.0.6913.0-snapshots", "stable": "131.0.6778.205" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 5b98db84884..017549f9f4d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6912.0-snapshots + 133.0.6913.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 97ae7086070..f2f52c2d537 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: FEFB73515C0E2551D2E7D05F9B1CAC65E1FC7800E88C8BBFEC40FBD62E2961A0 + checksum64: 8DAC2579B1E3C887BF83EF86C464734B574BB6C37768D13ED7BE77F6B902E5BA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d98bb10b197..7dbdbb63889 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 = '133.0.6912.0-snapshots' +$version = '133.0.6913.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/1399605/mini_installer.exe' - checksum = '38B05F930CE9CD3E86C70B6D0C1F935851A84D6FC2F99ABC6608A4E7211DAD17' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1399655/mini_installer.exe' + checksum = 'FB9A7F5572731A0CA1DF795F1698483171FD7D3E205DE4674FC53BCD89F65431' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/python/README.md b/automatic/python/README.md index 4eb3ed9fde0..df79418c086 100644 --- a/automatic/python/README.md +++ b/automatic/python/README.md @@ -5,5 +5,5 @@ Python is a programming language that lets you work more quickly and integrate y ## Notes - This package depends on the the latest major version of python package. -- This package do not support package parameters, please install the package [python313](https://chocolatey.org/packages/python313) directly when using package parameters. +- This package do not support package parameters, please install the package [python314](https://chocolatey.org/packages/python314) directly when using package parameters. - **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.** diff --git a/automatic/python/python.json b/automatic/python/python.json index d945eda4d6b..3346b14d217 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -11,6 +11,7 @@ "3.9": "3.9.13", "3.10": "3.10.11", "3.11": "3.11.9", - "3.12": "3.12.6", - "3.13": "3.13.0-rc2" + "3.12": "3.12.8", + "3.13": "3.13.1", + "3.14": "3.14.0-a3" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index e5c3dc976f2..fdb65d6c7c1 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,11 +3,11 @@ python - 3.13.0-rc2 + 3.14.0-a3 Python chocolatey-community Python Software Foundation - Copyright © 2001-2024 Python Software Foundation. All rights reserved. + Copyright © 2001 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. @@ -19,7 +19,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. @@ -27,9 +27,9 @@ 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 + https://docs.python.org/3.14/license.html diff --git a/automatic/python3-streams/README.md b/automatic/python3-streams/README.md index e75c9dbbcae..ab9178afd74 100644 --- a/automatic/python3-streams/README.md +++ b/automatic/python3-streams/README.md @@ -1,4 +1,4 @@ -# [python313](https://community.chocolatey.org/packages/python313) +# [python314](https://community.chocolatey.org/packages/python314) Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs. diff --git a/automatic/python3-streams/legal/VERIFICATION.txt b/automatic/python3-streams/legal/VERIFICATION.txt index 2dcb592d5c9..a07b339ae27 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.0rc2.exe - x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0rc2-amd64.exe + x32: https://www.python.org/ftp/python/3.14.0/python-3.14.0a3.exe + x64: https://www.python.org/ftp/python/3.14.0/python-3.14.0a3-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: D13759A28C41CFABD95FEE39D3CE66500E667F21695FB74E045373515978E260 - checksum64: 6664E9519FFC50462107FDD0DCD931F40DA8040C0774EF23F2E8A6E56BA27978 + checksum32: CA10AB2DBEEF9ABBF5BC4CD3D0DCB360428FF43AC04CDC07CB4327DCEC428025 + checksum64: B5BA25A9973A5CFF264E62024A50633CE87C58C3BAAAB298F1D47D47890D6FE7 -The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive -and can also be found at . +The file 'LICENSE.txt' has been obtained from Python 3.14 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 d1d8e33f731..c2d67071c30 100644 --- a/automatic/python3-streams/python3-streams.json +++ b/automatic/python3-streams/python3-streams.json @@ -1,11 +1,12 @@ { "3.11": "3.11.9", - "3.12": "3.12.6", + "3.12": "3.12.8", "3.10": "3.10.10", "3.5": "3.5.4", "3.6": "3.6.8", "3.7": "3.7.9", "3.8": "3.8.10", "3.9": "3.9.13", - "3.13": "3.13.0-rc2" + "3.13": "3.13.1", + "3.14": "3.14.0-a3" } diff --git a/automatic/python3-streams/python3-streams.nuspec b/automatic/python3-streams/python3-streams.nuspec index 065473c5c5c..742351adbea 100644 --- a/automatic/python3-streams/python3-streams.nuspec +++ b/automatic/python3-streams/python3-streams.nuspec @@ -2,14 +2,14 @@ - python313 - 3.13.0-rc2 - Python 3.13 + python314 + 3.14.0-a3 + Python 3.14 chocolatey-community,jack1142 Python Software Foundation http://www.python.org/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg - Copyright © 2001-2024 Python Software Foundation. All rights reserved. + Copyright © 2001 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. @@ -22,7 +22,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs. python programming development foss cross-platform admin - https://docs.python.org/3.13/license.html + https://docs.python.org/3.14/license.html https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3-streams https://www.python.org/downloads/source diff --git a/automatic/python3-streams/tools/helpers.ps1 b/automatic/python3-streams/tools/helpers.ps1 index 7fc37514d71..6dd6a128f48 100644 --- a/automatic/python3-streams/tools/helpers.ps1 +++ b/automatic/python3-streams/tools/helpers.ps1 @@ -37,9 +37,9 @@ function Install-Python { } $packageArgs = @{ - packageName = 'python313' + packageName = 'python314' fileType = 'exe' - file = "$toolsPath\python-3.13.0rc2.exe" + file = "$toolsPath\python-3.14.0a3.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.0rc2-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.14.0a3-amd64.exe" } else { $packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])" diff --git a/automatic/python3/README.md b/automatic/python3/README.md index 50a34490732..c061af0ee96 100644 --- a/automatic/python3/README.md +++ b/automatic/python3/README.md @@ -5,6 +5,6 @@ ## Notes - This package depends on the latest major + minor version of python package. - - This package do not support package parameters, please install the package [python313](https://community.chocolatey.org/packages/python313) directly when using package parameters. - - To completely uninstall python, the package `python313` must also be uninstalled. + - This package do not support package parameters, please install the package [python314](https://community.chocolatey.org/packages/python314) directly when using package parameters. + - To completely uninstall python, the package `python314` must also be uninstalled. - **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.** diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index 1d14fcf5c49..fb53504a97f 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -11,6 +11,7 @@ "3.9": "3.9.13", "3.10": "3.10.11", "3.11": "3.11.9", - "3.12": "3.12.6", - "3.13": "3.13.0-rc2" + "3.12": "3.12.8", + "3.13": "3.13.1", + "3.14": "3.14.0-a3" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index efe01cc4b88..3b327aa2849 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,14 +3,14 @@ python3 - 3.13.0-rc2 + 3.14.0-a3 Python 3.x chocolatey-community Python Software Foundation http://www.python.org/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg false - Copyright © 2001-2024 Python Software Foundation. All rights reserved. + Copyright © 2001 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. @@ -19,17 +19,17 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs. python programming development foss cross-platform admin - https://docs.python.org/3.13/license.html + https://docs.python.org/3.14/license.html https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3 https://www.python.org/downloads/source - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 33392f0da25..90a1d6fb904 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: 15208F1E24B6586FDF1408FE3475373899AD155BE47E23BCFA4BB462321467E8 - checksum64: 206CBE61FA7C9E08DDC5128F986B753D7EEC4BC1342A32EA8319240741F977CD + checksum32: 8BFA675B7D0A9990B7C9617C3AF04D40E7546ABF085C47D90DE79599C3E35298 + checksum64: E0C0DDE86914B9C40DDFCB41C3745CD1E7F53D68343DE09297962568C67CD736 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 9d50de77093..798b6c40931 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.0950_x86.zip" - file64 = "$toolsDir\gvim_9.1.0950_x64.zip" + file = "$toolsDir\gvim_9.1.0954_x86.zip" + file64 = "$toolsDir\gvim_9.1.0954_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index eae7c28fbbe..b4b4a56b3b3 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0950 + 9.1.0954 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.