From cff113e1c1b1f29246f37bad06a50fc93ed53cb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:33:42 +0000 Subject: [PATCH] win-acme: Update to version 2.2.2.1447 --- bucket/win-acme.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/win-acme.json b/bucket/win-acme.json index 97f024c068..c1f28d2aa2 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.2.1.1434", + "version": "2.2.2.1447", "description": "A Simple ACME Client", "homepage": "https://www.win-acme.com", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.1.1434/win-acme.v2.2.1.1434.x64.trimmed.zip", - "hash": "679c704ce5402a05e1641d764ace31b7f0f24ccc83444144b7e0601a8bceb357" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1447/win-acme.v2.2.2.1447.x64.trimmed.zip", + "hash": "4867dc4b7ac17ed9cb87f436e80baf12a660bbf97e220fa67f828b8f42c0078a" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.1.1434/win-acme.v2.2.1.1434.x86.trimmed.zip", - "hash": "6bea9a1a3c9a6d6b131eed14a28f905ea2df7ab56561374928ea2016c4ef89c0" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1447/win-acme.v2.2.2.1447.x86.trimmed.zip", + "hash": "3eae71a632911590445550221426b06cb26fa1de2902434c935924541b9fcf13" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",