Skip to content

Commit

Permalink
AU: 3 updated - azcopy10 selenium-chromium-edge-driver youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 21, 2023
1 parent d68de88 commit 30989be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/azcopy10/azcopy10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azcopy10</id>
<version>10.21.1</version>
<version>10.22.1</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/azcopy10/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>120.0.2210.89</version>
<version>120.0.2210.91</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30989be

Please sign in to comment.