From 6adf9f73e5a727d14253d35b66a08a40d637c1da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 04:47:06 +0000 Subject: [PATCH] win-acme: Update to version 2.1.23.1315 --- 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 3b574a5cb1..1a799751d7 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.1.22.1289", + "version": "2.1.23.1315", "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.1.22.1289/win-acme.v2.1.22.1289.x64.trimmed.zip", - "hash": "dbe681be45bd1d1c354da320145b8bc6ca7ff9629af72a7a71a30ad1ac0f631f" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.23.1315/win-acme.v2.1.23.1315.x64.trimmed.zip", + "hash": "188fd0b42ca525b173c64a7f1ca93b30bb9d86964d7b5de5d72fc48b102d90ff" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1289/win-acme.v2.1.22.1289.x86.trimmed.zip", - "hash": "aa5f3277531a1665e494e523acb8af3ff209d25b47a38b5bed27214365f92973" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.23.1315/win-acme.v2.1.23.1315.x86.trimmed.zip", + "hash": "85cd591d69d030b01a4d0501982b53a8227d72b0192fa0ba9bcb0f47e62d5710" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",