Skip to content

Commit

Permalink
AU: 1 updated - azcopy10
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpaux committed Nov 9, 2022
1 parent e240841 commit 81c2195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.16.1</version>
<version>10.16.2</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>jbpaux</owners>
Expand Down
8 changes: 4 additions & 4 deletions 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/release20221005/azcopy_windows_amd64_10.16.1.zip'
checksum64 = '1d483db659844ee21f50aad3dcb74dc03b03af85b13161982b709ca890532c1f'
url64 = 'https://azcopyvnext.azureedge.net/release20221108/azcopy_windows_amd64_10.16.2.zip'
checksum64 = '703bc31018bf0cde5be50d897c454d64ac924a418fd21ce1c2642ad95952ab5a'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/release20221005/azcopy_windows_386_10.16.1.zip'
checksum = '24914df83ad9a5a1605bca7abdded47169b123a97dc7c9ed58439c254cf97cd0'
url = 'https://azcopyvnext.azureedge.net/release20221108/azcopy_windows_386_10.16.2.zip'
checksum = 'f4a871575c0091534ad6a5f76d4d45d593e082060aaeda65ddd2eeca482af1f7'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 81c2195

Please sign in to comment.