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 Jan 24, 2023
1 parent 81c2195 commit 434d9df
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.2</version>
<version>10.17.0</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/release20221108/azcopy_windows_amd64_10.16.2.zip'
checksum64 = '703bc31018bf0cde5be50d897c454d64ac924a418fd21ce1c2642ad95952ab5a'
url64 = 'https://azcopyvnext.azureedge.net/release20230123/azcopy_windows_amd64_10.17.0.zip'
checksum64 = '9847303fa2fce0ede2a1366d0139f58f9de7cafed1b272b3544de05e51637b67'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/release20221108/azcopy_windows_386_10.16.2.zip'
checksum = 'f4a871575c0091534ad6a5f76d4d45d593e082060aaeda65ddd2eeca482af1f7'
url = 'https://azcopyvnext.azureedge.net/release20230123/azcopy_windows_386_10.17.0.zip'
checksum = 'b087d368b716de30da667fc44ae7da03e6c76e7c336a7a54a139ed866b4f5282'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 434d9df

Please sign in to comment.