From 30989be28aafd388f7b2799a8a1325b80d165dd8 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 21 Dec 2023 19:48:26 +0000 Subject: [PATCH] AU: 3 updated - azcopy10 selenium-chromium-edge-driver youtube-dl [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/c21086f9e1573362a5d01ffc104d1f048fc5357f --- automatic/azcopy10/azcopy10.nuspec | 2 +- automatic/azcopy10/tools/chocolateyInstall.ps1 | 8 ++++---- .../selenium-chromium-edge-driver.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/azcopy10/azcopy10.nuspec b/automatic/azcopy10/azcopy10.nuspec index 34693a20d3e..e8cd28feecf 100644 --- a/automatic/azcopy10/azcopy10.nuspec +++ b/automatic/azcopy10/azcopy10.nuspec @@ -3,7 +3,7 @@ azcopy10 - 10.21.1 + 10.22.1 azcopy10 Microsoft chocolatey-community diff --git a/automatic/azcopy10/tools/chocolateyInstall.ps1 b/automatic/azcopy10/tools/chocolateyInstall.ps1 index aa6da6a14e9..dc789977987 100644 --- a/automatic/azcopy10/tools/chocolateyInstall.ps1 +++ b/automatic/azcopy10/tools/chocolateyInstall.ps1 @@ -5,11 +5,11 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $packageName - url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.21.1-20231025/azcopy_windows_amd64_10.21.1.zip' - checksum64 = '12927c211b3da7ea0df28277d4a69ff7a6046cd8ad3163b40fc2b31a96d66e81' + url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220/azcopy_windows_amd64_10.22.1.zip' + checksum64 = '5c48d622f300e6d76b5218253668b77181d1897968fc39ec7bbc766c49da065e' checksumType64 = 'sha256' - url = 'https://azcopyvnext.azureedge.net/releases/release-10.21.1-20231025/azcopy_windows_386_10.21.1.zip' - checksum = '461990141b1ff495a2cf25f2809169c541bd53364ce32fc43b912f4c664b9a23' + url = 'https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220/azcopy_windows_386_10.22.1.zip' + checksum = '4e08bebb46c870cab44a97514f8902ebe482a87491bb89dc567143b475c9c366' checksumType = 'sha256' destination = $toolsDir } 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 d6546648e24..7da9e5be273 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.89 + 120.0.2210.91 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 bf00519ebc9..76c13d27d09 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.89/edgedriver_win32.zip' - url64 = 'https://msedgedriver.azureedge.net/120.0.2210.89/edgedriver_win64.zip' - checksum = 'b56b088aa8ae1b84b297e0b1c531636fea7e291b9e9e4e347d2b0c8bc36bd0af' - checksum64 = '975f7c8334d7ea2443d6207b78b12bcf9a6203e7f4ea44510d9f020433e0a985' + url = 'https://msedgedriver.azureedge.net/120.0.2210.91/edgedriver_win32.zip' + url64 = 'https://msedgedriver.azureedge.net/120.0.2210.91/edgedriver_win64.zip' + checksum = '4345cc2f6adbe7a7ec059ee41734a56b97dbe8e69c5c26569aff9ed57de02097' + checksum64 = '61ad9a87d34aabcd1dce8e207d70748bdbd4c85aa311c29137351a3199a71f13' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $seleniumDir