From 5ae94e914278efae8be9dc0d7597dfb5cab3f926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 12:30:10 +0000 Subject: [PATCH] win-acme: Update to version 2.2.5.1541 --- 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 8da0bb3629..116f579bdd 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.2.5.1538", + "version": "2.2.5.1541", "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.5.1538/win-acme.v2.2.5.1538.x64.trimmed.zip", - "hash": "5b24a1e7036bc39878fa63684d57a9934388f0cc4765c863dcc3ded2f842f85b" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.5.1541/win-acme.v2.2.5.1541.x64.trimmed.zip", + "hash": "0e57aec8e68e7ec5484093889c4fa2f6fb656872e5552bb49e40eafa50c6a966" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.5.1538/win-acme.v2.2.5.1538.x86.trimmed.zip", - "hash": "3bcd1a58dbbc87ae5e2c7b4c1eda842fb6433e567d313b30eea8266abca002f1" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.5.1541/win-acme.v2.2.5.1541.x86.trimmed.zip", + "hash": "5e9a9c1a5eaee29ce3a95214909a645e03eaa5cbbbd12fb7ef92e115da9d7857" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",