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 29, 2021
1 parent 6525fb3 commit 6ef9cb0
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.12.2</version>
<version>10.13.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/release20210920/azcopy_windows_amd64_10.12.2.zip'
checksum64 = 'b5464111326e809d44db7f2d291dd936db1ae538f9f99e190d2c016d3315cbca'
url64 = 'https://azcopyvnext.azureedge.net/release20211027/azcopy_windows_amd64_10.13.0.zip'
checksum64 = 'c16b8b6d1b82143101c694354ba7b1265cdad71c0eb739991906a2c16a1b127a'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/release20210920/azcopy_windows_386_10.12.2.zip'
checksum = '21f566085b4f865840241ab00f0064d296ee9cdc6f6a07f6e58478c509ef7965'
url = 'https://azcopyvnext.azureedge.net/release20211027/azcopy_windows_386_10.13.0.zip'
checksum = '4f9cbc3796602a62a0fcc5efeb12489b448318fb8b6cf1a3e567dfc8ad71fb8b'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 6ef9cb0

Please sign in to comment.