From 6c0f196bc36e49208f1d54525cc9f5fe35946ac5 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 11 Nov 2024 00:19:29 +0000 Subject: [PATCH] AU: 4 updated - chromium freecad mixxx vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/d7ee115902b69009b9ed61ce5acfe8b2cc0d0e77 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/freecad/freecad.json | 2 +- automatic/freecad/freecad.nuspec | 2 +- automatic/freecad/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1ef8d30e7b9..2a26569f8fc 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6831.0-snapshots", + "snapshots": "132.0.6832.0-snapshots", "stable": "130.0.6723.117" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 4a2fe28e6a9..cfa35022bb7 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6831.0-snapshots + 132.0.6832.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 10817bed060..faba30cb079 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: 9A8601369AE6BE906C1B90FD63EBE6BD7E206F622CE455DA19BF32596B70ED6A + checksum64: 6B6617D4A9DBA5BD7E259B27EC35B6D0522C3E6035410D43EE40AA547FC30701 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 309014e8c77..5f3b54328e5 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 = '132.0.6831.0-snapshots' +$version = '132.0.6832.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/1380920/mini_installer.exe' - checksum = '7064D2D66FD4FF531C5CDC070FF30FDDECC7B3E8D3BF8D69F707AD3D2E380BA1' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1380968/mini_installer.exe' + checksum = '6AC2873E0E10F6D28D744270219D5F98C3E70E905275F327B6695CFAF6C7AFF3' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 765769c8b6c..1ecfc52c054 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "39141.2024.11.10-dev" + "dev": "39153.2024.11.10-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 7006ed87d3e..c12283ee9df 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 39141.2024.11.10-dev + 39153.2024.11.10-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index e7375e4c72d..477c60c7ab4 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P $packageArgs = @{ packageName = 'freecad' fileType = '7z' - url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39141-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39153-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = 'D7E5E97DF3172772BB32489714BCE164E8536970ED6206AE4F5F06BD4852A98B' + checksum64 = '92699F4BE7556BA317F4633D51A4F19813B3035C174B979AF973926713B29A0B' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index b54b9018540..7fded6be0c0 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-79-g26e4175031-win64.msi + x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-82-gcf954819de-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: EC3AC4844CA74A15461DD1008A913F6C2C92724E5BCB47875C3AF0CF83F8A92B + checksum64: C0218A63A704FE43CBFB82D7BF31E2FB565A6D2C8402DD988B89E5E0E78D37BE 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 8c19c08207e..8251b1bb9a1 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", "alpha": "2.6-alpha-99", - "beta": "2.5-beta-79" + "beta": "2.5-beta-82" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index fbc49f853a0..ec8d5cfc591 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-beta-79 + 2.5-beta-82 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index abc4d3d18ef..1c3ec7ffd2c 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-79-g26e4175031-win64.msi" + file64 = "$toolsPath\mixxx-2.5-beta-82-gcf954819de-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index d0d6f6da267..b638ccdd7f5 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: 20C7BB4B22C3ECA74987C42F9D08B6F03AA2AD424AB7CCEF4CD4CAA8EAEABE67 - checksum64: E987F0127DA2549DB66E58A9BF5B00625F29BF76E2B8498169F1B6E037050202 + checksum32: 39E22288FEF48BC37BF5EA3CABC82CEB383011D844778210A5ADF78B5A0EA418 + checksum64: 0B8361CB6F38C456AE09872CF695380D750C7381B2BA892ACC518A055EBEC361 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index bd1ae5be1b0..97cced492db 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.0848_x86.zip" - file64 = "$toolsDir\gvim_9.1.0848_x64.zip" + file = "$toolsDir\gvim_9.1.0849_x86.zip" + file64 = "$toolsDir\gvim_9.1.0849_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 5278b013a03..d14994852fc 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0848 + 9.1.0849 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.