From dc23f3bcbf2d0d9363935414558e9d2e5f1e9044 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 04:26:47 +0000 Subject: [PATCH] win-acme: Update to version 2.2.7.1612 --- 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 465d2a4888..38c74846b4 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.2.6.1571", + "version": "2.2.7.1612", "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.6.1571/win-acme.v2.2.6.1571.x64.trimmed.zip", - "hash": "57945247a17c7de30876ef582420937aed2baa46d603689eee930d1f3523f51e" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.7.1612/win-acme.v2.2.7.1612.x64.trimmed.zip", + "hash": "5d263d44233a72ca2fc895d2517681dee7461164bb87f45e7631efbb935c535d" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.6.1571/win-acme.v2.2.6.1571.x86.trimmed.zip", - "hash": "e460a530f8cde159e0e246511871bd001d7489008988c47de9d056f7d176324b" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.7.1612/win-acme.v2.2.7.1612.x86.trimmed.zip", + "hash": "a19ec461cf3a67ade60d939595e5624a5e2fc84b0831b5b12870833edbcf1f7f" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",