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 Dec 12, 2020
1 parent a99a360 commit 3c441ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.0</version>
<version>10.8.0</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>jbpaux</owners>
Expand Down
4 changes: 2 additions & 2 deletions azcopy10/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://azcopyvnext.azureedge.net/release20201106/azcopy_windows_amd64_10.7.0.zip'
checksum64 = 'ff3d3509a293509d4f107996d688aec81d281aa6ca879cb2db7b4c3ad215965d'
url64 = 'https://azcopyvnext.azureedge.net/release20201211/azcopy_windows_amd64_10.8.0.zip'
checksum64 = '90da52f197e6976e88d7cc1973551600aa918c627b608b156d133b02d11dccda'
checksumType64 = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 3c441ef

Please sign in to comment.