From 655b122f7b742c754b92ec3c947764f31bf4b95f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:25:02 +0000 Subject: [PATCH] lego: Update to version 4.11.0 --- bucket/lego.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lego.json b/bucket/lego.json index 476bb0e340..7b3e0ad5e8 100644 --- a/bucket/lego.json +++ b/bucket/lego.json @@ -1,16 +1,16 @@ { - "version": "4.10.2", + "version": "4.11.0", "description": "Let's Encrypt/ACME client and library written in Go", "homepage": "https://github.com/go-acme/lego", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/go-acme/lego/releases/download/v4.10.2/lego_v4.10.2_windows_amd64.zip", - "hash": "c367f2c73fb39d8e9547866d0fa0b57707d37b83e93c551560a0445ed705265f" + "url": "https://github.com/go-acme/lego/releases/download/v4.11.0/lego_v4.11.0_windows_amd64.zip", + "hash": "9a6b94f3ef424bd500c957134683dfeb70ce3725519c9dbb63ec9966bd2399d2" }, "32bit": { - "url": "https://github.com/go-acme/lego/releases/download/v4.10.2/lego_v4.10.2_windows_386.zip", - "hash": "69ce0f93fff37bba3bd4368bb03ac06e1632eb81734147e9d39cfc23c4d55ddb" + "url": "https://github.com/go-acme/lego/releases/download/v4.11.0/lego_v4.11.0_windows_386.zip", + "hash": "200d3c88882fbc123402bb6335a8b9741e75027ead5081147b771b5d15064cfe" } }, "bin": "lego.exe",