From 7d302aa68c113da3f6674da9469428fbd25bfa87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 20:24:54 +0000 Subject: [PATCH] win-acme: Update to version 2.2.8.1635 --- 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 181128e7a8..374b3ad35b 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.2.9.1680", + "version": "2.2.8.1635", "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.9.1680/win-acme.v2.2.9.1680.x64.trimmed.zip", - "hash": "effa33a7bb6aab7602a162489ca9522bb31623eb6b11a9a5dde2ea90581a9d65" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.8.1635/win-acme.v2.2.8.1635.x64.trimmed.zip", + "hash": "0fc68111d0342c11929b93ad4f4a3148edd130a3a1784734927a37b55cde896b" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.9.1680/win-acme.v2.2.9.1680.x86.trimmed.zip", - "hash": "ebb88b8fd936f77368b0045175913c30c4241f8310a4e77961ae41c721e51ac4" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.8.1635/win-acme.v2.2.8.1635.x86.trimmed.zip", + "hash": "76ce14c56f69380cd00d29b95991c7d74c928f605f6b8008f77925e2f4d41e21" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",