From e2825d4634ae7aaf859e2877427199e8b86a704f Mon Sep 17 00:00:00 2001 From: Zarin Date: Thu, 4 May 2023 13:25:51 -0400 Subject: [PATCH] lego@4.11.0: Add arm64 and hash extraction (#4771) * lego: add arm64 * lego: hash extraction --- bucket/lego.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bucket/lego.json b/bucket/lego.json index 7b3e0ad5e8..4bbebee714 100644 --- a/bucket/lego.json +++ b/bucket/lego.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/go-acme/lego/releases/download/v4.11.0/lego_v4.11.0_windows_386.zip", "hash": "200d3c88882fbc123402bb6335a8b9741e75027ead5081147b771b5d15064cfe" + }, + "arm64": { + "url": "https://github.com/go-acme/lego/releases/download/v4.11.0/lego_v4.11.0_windows_arm64.zip", + "hash": "e3fa68aae56cee1defcb7e87a8a694b2ca040498248f06e1f0e2197b1f2a09ad" } }, "bin": "lego.exe", @@ -22,7 +26,13 @@ }, "32bit": { "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_386.zip" + }, + "arm64": { + "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_arm64.zip" } + }, + "hash": { + "url": "$baseurl/lego_$version_checksums.txt" } } }