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 7, 2020
1 parent f27028d commit a99a360
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.6.1.20201022</version>
<version>10.7.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/release20201021/azcopy_windows_amd64_10.6.1.zip'
checksum64 = '8ee0c126d77fb04731cd0b09e7451932dcd8a4c08308a25a8e84ba5db9c08c5a'
url64 = 'https://azcopyvnext.azureedge.net/release20201106/azcopy_windows_amd64_10.7.0.zip'
checksum64 = 'ff3d3509a293509d4f107996d688aec81d281aa6ca879cb2db7b4c3ad215965d'
checksumType64 = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit a99a360

Please sign in to comment.