From 1817b12a11cd58d14130912d49c8001cb3bcfd43 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 30 May 2023 00:14:09 +0000 Subject: [PATCH] AU: 4 updated - chromium displayfusion mixxx vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1a8cb3a712643294c901e703f4a54a28ea98b722 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- automatic/displayfusion/legal/VERIFICATION.txt | 4 ++-- automatic/displayfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/displayfusion/update.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 +- 16 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 6a51c756610..37064752833 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "116.0.5800.0-snapshots", + "snapshots": "116.0.5801.0-snapshots", "stable": "113.0.5672.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 72c051efe45..75161d1b087 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 116.0.5800.0-snapshots + 116.0.5801.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 024badfb948..51c1149971e 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 57BD5D995A3B7D225881D32D866FD9AAF40953A1766FAEB40E151D58FAE5E733 - checksum64: 96D4449AEB3F6B8B5FD4D938A5B80F8BFA6ED76EAE1DC13A3E551F06A34CDE1E + checksum32: DD5354DC62BC61D95B9A2C5FC7025B8E634587F25A2297362D122B50A86DAD53 + checksum64: 55AD2C6D5B784077AD1AAF5C44A568DE1F1AFEB6BA1E24ADCBE198186201A225 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 09bbff9cfa8..fe1e4cd9362 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "116.0.5800.0-snapshots" +$version = "116.0.5801.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 1f15267625c..dd60b6fd972 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "10.0", - "unstable": "10.1-Beta3" + "unstable": "10.1-Beta4" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index d3ff668eb17..79e7160992f 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 10.1-Beta3 + 10.1-Beta4 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 069ed31f1bf..61ec344b897 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: 5E4F9AB9AA509411436BAAB059BC20EDA6866452E778B0CBBE0006107FD73885 + checksum: A445D4351E7A41D01F6E644E7AB7F6D24796331D50F1A33103DE3FAFB8D54861 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 2bf28b64145..658ef7ff210 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-10.1-Beta3.exe" + file = "$toolsPath\DisplayFusionSetup-10.1-Beta4.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/displayfusion/update.ps1 b/automatic/displayfusion/update.ps1 index e1f8258901e..54aa7689fa1 100644 --- a/automatic/displayfusion/update.ps1 +++ b/automatic/displayfusion/update.ps1 @@ -24,12 +24,12 @@ function global:au_GetLatest { ) $streams = @{} - $urls | % { + $urls | ForEach-Object { $releaseUrl = $_ try { $url = Get-RedirectedUrl $releaseUrl 3>$null $verRe = 'Setup-|\.exe$' - $version = $url -split "$verRe" | select -last 1 -skip 1 + $version = $url -split "$verRe" | Select-Object -last 1 -skip 1 if (!$version) { return } $version = Get-Version $version diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 1520c923fb8..e3d54008b1b 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.5-alpha-40-g24eee4547c-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-42-g11146c6e5e-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: 4E68633DBABB4ECA8E1EDCE465EE3C5421C9654FD47375A2170EB30E82D435B9 + checksum64: AC725E03D9E7B0CED37CE1D966755D1246E377EE4C777959E69FD8BA2457E9A3 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 df681730cc2..fa6aaf1b9b9 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.5", - "alpha": "2.5-alpha-40" + "alpha": "2.5-alpha-42" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index bd9786f5dd0..a7f51dc92dc 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.5-alpha-40 + 2.5-alpha-42 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index a749d149a6f..6f21d5b13f2 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-alpha-40-g24eee4547c-win64.msi" + file64 = "$toolsPath\mixxx-2.5-alpha-42-g11146c6e5e-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 82bdbf91c00..eec2ff4e809 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: E2C45EC540C9F4B5CBF40CBFD0524E4A2A38015615B5FA464147A3C81C33A988 - checksum64: 9216D7979B1F28A5E390F70350F4A033BDF24A35D40D2E5DED181C533CE99A31 + checksum32: 6A690BC8D225904738BC145740BCC586F69C8DD47986452ED8A62FCDD5E4F172 + checksum64: A9FE16675A07C5CDA2B0F63FEE72993FF69863E79AB5DF6996E2CA7B5DF578DD diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index db7c8a37de8..41d95729323 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.0.1587_x86.zip" - file64 = "$toolsDir\gvim_9.0.1587_x64.zip" + file = "$toolsDir\gvim_9.0.1591_x86.zip" + file64 = "$toolsDir\gvim_9.0.1591_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 963f533759b..1cb9611f885 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1587 + 9.0.1591 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.