From dc72d35adbef62d2bc0f2b268f469d7d51d37b35 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 16 Jul 2024 00:19:24 +0000 Subject: [PATCH] AU: 4 updated - freecad mixxx palemoon vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/9b96df883e061642f3475d00e1c8790cb3444c83 --- 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/palemoon/palemoon.nuspec | 2 +- automatic/palemoon/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 5686427842b..0175c8360f1 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": "38127.2024.7.12-dev" + "dev": "38231.2024.7.15-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index 479a3730759..ee0334d566f 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 38127.2024.7.12-dev + 38231.2024.7.15-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index f240db7dea4..c9e690fd752 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-38127-conda-Windows-x86_64-py311.7z' + url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38231-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = 'E08CEA686F01DD31280E0E6EA95CB43AD92A3FEA6C187D002AAFE4786D15DEE7' + checksum64 = 'AAE9B660B3714FEF9E5B0C0C18128FBF2AFF3603E30A297EC04FA946CF8BA5E4' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 552268ce10b..832dc167448 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-43-g94bc90997d-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-44-gfe878b99a0-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: EA38803E306166EFA65C7889A23DD7DEEA4D96318FBE540BF5D8D2976101FCC5 + checksum64: A538473A1FA89FDA0FF45FB7C4798A665EEF0BB87222A2687B93C48087674F78 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 96575dc796e..1fb541b7b64 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-43", + "alpha": "2.6-alpha-44", "beta": "2.5-beta-23" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 8c38c34a704..d6dceee769b 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-43 + 2.6-alpha-44 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 2c8c0ee3765..063cf121d42 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-43-g94bc90997d-win64.msi" + file64 = "$toolsPath\mixxx-2.6-alpha-44-gfe878b99a0-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index be3add0670b..3e1870cd09f 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 33.2.0 + 33.2.1 Moonchild Productions chocolatey-community,Redsandro A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index c6875b02927..ebd9451ac77 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'https://rm-eu.palemoon.org/release/palemoon-33.2.0.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.2.0.win64.installer.exe' + url = 'https://rm-eu.palemoon.org/release/palemoon-33.2.1.win32.installer.exe' + url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.2.1.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = 'a1d444370757d9d43e642cc524f1aff08b6de696352f965973d2e4b73ae1ecfb' + checksum = '2367d67d53915acd52b8f8e50e2dcb4c791e7210a15fd755438704ecf2beed9c' checksumType = 'sha256' - checksum64 = '7e67d157327ccf464a36a29ccbb6d87c47d6e43f2025e4ab38c38f0d7dab78c1' + checksum64 = 'b4cd50b3c47283e141a9c70e918ec3957a7b9c20450153a5c6e4658909d02e93' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 7d20964da12..6ff11fc14b8 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: FD77B74750C6D7411428ACDB92ED77B293F4483BC86D97FA1FA5CA84199407C5 - checksum64: 8B6537A02D0C7020F64B302CCEC4C23B1842151A0BD2BCB66D66C1E9AD0992FA + checksum32: E95772496B10742CA5554132ED859EFFFB66CA85BDF41537F3AC231A08B0B6D9 + checksum64: 082CB701C4F61C108D0EB6163F0BA0D23F498DC1D62081AC228A43774A028499 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 2ad2a02cfe7..3b55ab139e1 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.0586_x86.zip" - file64 = "$toolsDir\gvim_9.1.0586_x64.zip" + file = "$toolsDir\gvim_9.1.0589_x86.zip" + file64 = "$toolsDir\gvim_9.1.0589_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ad9ea04f021..1eb8f8d97c9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0586 + 9.1.0589 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.