diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 259e993b1b2..cb1ddb8274f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "134.0.6957.0-snapshots", + "snapshots": "134.0.6958.0-snapshots", "stable": "131.0.6778.265" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index ec6df1f2992..b6754e7818d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 134.0.6957.0-snapshots + 134.0.6958.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 05d4847c70a..f71a1e604c0 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: B95828E77CB835BA7CF7F2492B463819C93E748E3B5F56D977185F47EC14D026 + checksum64: EBD582AEBC6D2B4005991B1EA64FCD209C308BAC129E309BDF8F8C380B4114FE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index eba49e53a96..ac706a22764 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 = '134.0.6957.0-snapshots' +$version = '134.0.6958.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/1405879/mini_installer.exe' - checksum = '358E838B37FA6739AEA8BEB6993A10C2506A5335F3FEA71388D9540A6B512332' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1406357/mini_installer.exe' + checksum = '615C3162FBFC3581DEF7880BD18642424F8F77AA5010536D77FB1B750C1F7977' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 68a9d15b434..534b752b8cd 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "11.0.5", - "unstable": "11.0-Beta9" + "unstable": "11.0.6-Beta6" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index c32caf4042e..038f952291f 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 11.0.5 + 11.0.6-Beta6 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index a4307adfddf..5f413c7f436 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: CB741C7F39159F1649DEF77D891138E328196BC8BDFAB1C6D3D2E9C4B606CDC4 + checksum: F12BD954621EEAF3F7F0AF1416C3B1A8C89C4491F000E8D7ECC51A15F63FDDD4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index d2548484623..ab061fd2c1b 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-11.0.5.exe" + file = "$toolsPath\DisplayFusionSetup-11.0.6-Beta6.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/git-lfs.install/git-lfs.install.nuspec b/automatic/git-lfs.install/git-lfs.install.nuspec index 1584ed96798..b5eaff29e2c 100644 --- a/automatic/git-lfs.install/git-lfs.install.nuspec +++ b/automatic/git-lfs.install/git-lfs.install.nuspec @@ -4,7 +4,7 @@ git-lfs.install Git Large File Storage (Install) - 3.6.0 + 3.6.1 GitHub Inc chocolatey-community https://git-lfs.github.com/ @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos, ]]> git lfs vcs dvcs version-control admin foss cross-platform cli - https://github.com/git-lfs/git-lfs/releases/tag/v3.6.0 + https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1 diff --git a/automatic/git-lfs.install/legal/VERIFICATION.txt b/automatic/git-lfs.install/legal/VERIFICATION.txt index b59b5ac6bec..852719f8a91 100644 --- a/automatic/git-lfs.install/legal/VERIFICATION.txt +++ b/automatic/git-lfs.install/legal/VERIFICATION.txt @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: -1. Go to +1. Go to to download the installer 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: sha256 - checksum: CA1C562D22439D3D6A80957D2B21F6633611DB494F1251A46D18D7FA7AEA52CD + checksum: 5492BD2D7B37FCB821F48CAC17895FEB2506D26AD4CDE996A30940E86DFECC27 File 'LICENSE.txt' is obtained from diff --git a/automatic/git-lfs.install/tools/chocolateyInstall.ps1 b/automatic/git-lfs.install/tools/chocolateyInstall.ps1 index 8e8e791ac15..84fe93ee753 100644 --- a/automatic/git-lfs.install/tools/chocolateyInstall.ps1 +++ b/automatic/git-lfs.install/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath = "$toolsDir\git-lfs-windows-v3.6.0.exe" +$filePath = "$toolsDir\git-lfs-windows-v3.6.1.exe" $packageArgs = @{ PackageName = 'git-lfs' diff --git a/automatic/git-lfs/git-lfs.nuspec b/automatic/git-lfs/git-lfs.nuspec index eb1d6cc65eb..ffee09fa72f 100644 --- a/automatic/git-lfs/git-lfs.nuspec +++ b/automatic/git-lfs/git-lfs.nuspec @@ -4,7 +4,7 @@ git-lfs Git Large File Storage - 3.6.0 + 3.6.1 GitHub Inc chocolatey-community https://git-lfs.github.com/ @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos, ]]> git lfs vcs dvcs version-control foss cross-platform cli - https://github.com/git-lfs/git-lfs/releases/tag/v3.6.0 + https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1 - + diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index e262109a79a..18ca2b9214c 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 132.0.6834.83 + 132.0.6834.84 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index fcafa2042b9..aceaaffd8c5 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '132.0.6834.83' +$version = '132.0.6834.84' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'dfa145738769d532a66932920a0a3c33f0eac6cfc5aeec4564dbbb84bbb5805e' - checksum64 = 'cf673ba80a774ab9527b973e6fb1a52c37fd48b04e2b3c6a76f5a27a905f32f5' + checksum = '737aa55c9f382016b79a8faad2bbe4615a4a899ea33933127fb9f1739f8b2a8a' + checksum64 = 'c20e0d48dfaeb4e39edba364b04f4a91e7b87eba356628c7d71867e5d5afb5e9' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index 31b6ecd9751..96a5e8d6ee2 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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: - checksum32 (threadsafe): 0CAF0D35DED9D5EEDBEF8CBF61AD4B8797E8842DDD5387545BE7E3886FAFBEBE - checksum64 (threadsafe): 929AEF14FE08A3E9F2D73ED1F474A32551F85988527767E9E59E2E23928CEE39 - checksum32 (non-threadsafe): 58141820CEECCACFA0F9A92899EAE27E3CA3332AB53A2B4C44D2E68B4ADEBF6E - checksum64 (non-threadsafe): 86A511B8674019024D336F71387A545FA099C2A085ACB33BA194F435999E10C5 + checksum32 (threadsafe): BA20DA7828F518C42E2D340379F65EA9E0EB48F18B753C595B15A455A2537D33 + checksum64 (threadsafe): 393D5242492F59FAD9D6BF01CAE291CD2B1A1C92BC499F93EF2B79775FF2B55C + checksum32 (non-threadsafe): 35DA1E25479A0E4C214FE62DCBA859BAD07F981268E050C23082848C50BD2878 + checksum64 (non-threadsafe): 1D98FF271609707B23302B6543DE5483D904196E21C4FB8BD470DA313C2C859B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index 8256d6837af..0c01fc3459e 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -8,6 +8,6 @@ "8.0": "8.0.30", "8.1": "8.1.31", "8.2": "8.2.27", - "8.3": "8.3.15", + "8.3": "8.3.16", "8.4": "8.4.2" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index 50f67f2f268..6a047e5a9b8 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.3.15 + 8.3.16 PHP Authors chocolatey-community, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://www.php.net/ChangeLog-8.php#8.3.15 + https://www.php.net/ChangeLog-8.php#8.3.16 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index 7ee4608a799..1bdd153ec13 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-8.3.15-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.3.15-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.3.15-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.3.15-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-8.3.16-Win32-vs16-x86.zip" + filets64 = "$toolsPath\php-8.3.16-Win32-vs16-x64.zip" + filents32 = "$toolsPath\php-8.3.16-nts-Win32-vs16-x86.zip" + filents64 = "$toolsPath\php-8.3.16-nts-Win32-vs16-x64.zip" } if ($pp.ThreadSafe) { diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 9728f9eec60..3e23d168d2c 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: DCD0C261B7C616F34C4B91A9637E77F42F8DC6BCEBBCF389695B4540E01B322B - checksum64: 4EE79A51AC4F8A95C7F0192961B2811F0AFE01A11EC5446AACE624CAAFA24297 + checksum32: 62AD3F10C4F0219CE5AB8BED6B6B2FE3D57308FB4C84573BBAFE3197359FDD8F + checksum64: D0B66BEAF092B17C8E3F3EB0A6989098F720C5618974E8619F46F48C4ED57C15 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e92ae9955c5..03a35b00587 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.1010_x86.zip" - file64 = "$toolsDir\gvim_9.1.1010_x64.zip" + file = "$toolsDir\gvim_9.1.1016_x86.zip" + file64 = "$toolsDir\gvim_9.1.1016_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9913100eb89..860751de33e 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.1010 + 9.1.1016 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.