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 Aug 19, 2020
1 parent 48fd884 commit c63d1d8
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.5.1</version>
<version>10.6.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/release20200724/azcopy_windows_amd64_10.5.1.zip'
checksum64 = 'b1b2cb4b05088bde399b2835f41b7fd5282cc77fbef5ead9a78a713c07c83bd8'
url64 = 'https://azcopyvnext.azureedge.net/release20200818/azcopy_windows_amd64_10.6.0.zip'
checksum64 = '389c2c9ed072c551fc1bd51b21bebe7496de52cfabc07e35be5ff6b1ed363830'
checksumType64 = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit c63d1d8

Please sign in to comment.