Skip to content

Commit

Permalink
feat(azcopy.hcl): add version 10.20.1 and 10.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
usrme committed Nov 1, 2023
1 parent ba86ae5 commit 329138f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azcopy.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ version "10.20.0" {
}
}

version "10.20.1" {
vars = {
"release_date": "20230809",
}
}

version "10.21.1" {
vars = {
"release_date": "20231025",
}
}

platform "linux" {
source = "https://azcopyvnext.azureedge.net/${release_path}${release_date}/azcopy_${os}_amd64_${version}.tar.gz"
}
Expand Down Expand Up @@ -122,4 +134,8 @@ sha256sums = {
"https://azcopyvnext.azureedge.net/release20230530/azcopy_darwin_amd64_10.19.0.zip": "b2124b6925983fd3a456b574387b2e8a20d3b20f775fc6f1ca58505055a60dcf",
"https://azcopyvnext.azureedge.net/releases/release-10.20.0-20230727/azcopy_darwin_amd64_10.20.0.zip": "4b0a49670540f2dc57a86c2100e5596b7285488f8c4d7af0a999bd5a0bc93f27",
"https://azcopyvnext.azureedge.net/releases/release-10.20.0-20230727/azcopy_linux_amd64_10.20.0.tar.gz": "a2ac0b643b3dbb2d174bdb75d07bd0ae77b72b13b40264f74f10f689442cbad9",
"https://azcopyvnext.azureedge.net/releases/release-10.20.1-20230809/azcopy_darwin_amd64_10.20.1.zip": "d7d822d303bdac464e17aed95f67a36054870d52e2ec956630279c2bd841165a",
"https://azcopyvnext.azureedge.net/releases/release-10.20.1-20230809/azcopy_linux_amd64_10.20.1.tar.gz": "91c8ae06d7a5ac274ce3c9b3d142e678a77f00a04d82a71c1e7ec0b3104fe249",
"https://azcopyvnext.azureedge.net/releases/release-10.21.1-20231025/azcopy_linux_amd64_10.21.1.tar.gz": "02e389530860612dcde14a5d10c34ff8d3a7a393849e9b843fa072cbee3e5b7c",
"https://azcopyvnext.azureedge.net/releases/release-10.21.1-20231025/azcopy_darwin_amd64_10.21.1.zip": "c6d9d227813dda0aacef51d90fdb8c9a06d432835cdfd52b1a9f9e5bc52c6996",
}

0 comments on commit 329138f

Please sign in to comment.