From d1241fd3b34e398a2f12c1232fbf616f364997ea Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 12 Jan 2024 00:14:42 +0000 Subject: [PATCH] AU: 2 updated - displayfusion selenium-chromium-edge-driver [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/91de265532938230aef83d316de6a9a8d6aa1880 --- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- automatic/displayfusion/legal/VERIFICATION.txt | 4 ++-- automatic/displayfusion/tools/chocolateyInstall.ps1 | 2 +- .../selenium-chromium-edge-driver.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index f1ba6e48670..27d9c247411 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "10.1.2", - "unstable": "11.0-Beta1" + "unstable": "11.0-Beta2" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 18b6614dd3a..80624dc74ac 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 11.0-Beta1 + 11.0-Beta2 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 f1306e874ac..658946a450c 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: F4ACB8E7C05B63F0758DB39CC61141E615C2AE8257F25F74ACDF1BAB5AD8213C + checksum: E085A9B362DF6A04D93D78903CE791B07880DB58012984C0AEBEDE21535B56B5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index aeba4d4d92b..355b629f52a 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-Beta1.exe" + file = "$toolsPath\DisplayFusionSetup-11.0-Beta2.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/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index e58fa880fbf..048646713b4 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 120.0.2210.121 + 120.0.2210.133 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index d6346ffda3e..d5a62f2fb2d 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters $packageArgs = @{ packageName = 'selenium-chromium-edge-driver' - url = 'https://msedgedriver.azureedge.net/120.0.2210.121/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/120.0.2210.121/edgedriver_win64.zip' - checksum = '7f0ae7361af2c6c1ca689bcf32e23780b803abeedab075a0d786162df5eac351' - checksum64 = 'ccf8388930e3369b44cc5945f027bb373eea29584c8142cbb4c32a0df9008cd2' + url = 'https://msedgedriver.azureedge.net/120.0.2210.133/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/120.0.2210.133/edgedriver_win64.zip' + checksum = '6a3c0020861f7231113b3a2f1d6e76237c4a55c29d29843559f47bf6e8852c92' + checksum64 = 'e73ed5b82bfa3cbfc44d5afcce3bb52708900f3969aa9fa01b519d4f78cdb2c6' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir