From 8be680063327507efa3eddb69e440740fa713d12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:32:52 +0000 Subject: [PATCH] lego: Update to version 4.10.0 --- bucket/lego.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lego.json b/bucket/lego.json index 00a00dd98e..abaa176129 100644 --- a/bucket/lego.json +++ b/bucket/lego.json @@ -1,16 +1,16 @@ { - "version": "4.9.1", + "version": "4.10.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.9.1/lego_v4.9.1_windows_amd64.zip", - "hash": "9f7a82e32ec24ff758d594eed2e45732b2caff093d96ecb5aafdee584d07eb26" + "url": "https://github.com/go-acme/lego/releases/download/v4.10.0/lego_v4.10.0_windows_amd64.zip", + "hash": "218a2faee719f5847629e17b2ab74fc68b924b3a623c7f2aeebdadaa05ad155f" }, "32bit": { - "url": "https://github.com/go-acme/lego/releases/download/v4.9.1/lego_v4.9.1_windows_386.zip", - "hash": "539466364abe1e864c38e410fa606f6be948c47c36b0325a29739c5aff299fbd" + "url": "https://github.com/go-acme/lego/releases/download/v4.10.0/lego_v4.10.0_windows_386.zip", + "hash": "57ffda7d5b61e9172ab761754d16d17c3c8f52cd1fd5ba3cb7cb5c24fb9c98d1" } }, "bin": "lego.exe",