Skip to content

Commit

Permalink
[AU azcopy10]
Browse files Browse the repository at this point in the history
(azcopy10) update package urls
  • Loading branch information
corbob authored Jan 9, 2025
2 parents c8f9760 + 5de3d3c commit 3d90607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions automatic/azcopy10/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$ErrorActionPreference = 'Stop';

$packageName = 'azcopy10'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.27.1-20241113/azcopy_windows_amd64_10.27.1.zip'
url64 = 'https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113/azcopy_windows_amd64_10.27.1.zip'
checksum64 = 'd0cfe7c3682b960f1ff70f4f763f8ac89a13bed91866ee4cea1150daf2cd8aa0'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.27.1-20241113/azcopy_windows_386_10.27.1.zip'
url = 'https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113/azcopy_windows_386_10.27.1.zip'
checksum = '14a339020b56c6dbb994f3b9a496b5a5abdbd7011e1aa705ba507e20711dd530'
checksumType = 'sha256'
destination = $toolsDir
Expand Down

0 comments on commit 3d90607

Please sign in to comment.