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 Oct 18, 2019
1 parent ccaa467 commit febf7eb
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.3.0</version>
<version>10.3.1</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/release20191010/azcopy_windows_amd64_10.3.0.zip'
checksum64 = 'ff41de7e8fffdb3c4ce21974034396115c397f7aa23a0dd0f31d48e05e06aa66'
url64 = 'https://azcopyvnext.azureedge.net/release20191017/azcopy_windows_amd64_10.3.1.zip'
checksum64 = '9687698394c85367fcd008d7334361d4728c3039efa34690b5ade0fa19b8b2b7'
checksumType64 = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit febf7eb

Please sign in to comment.