From af7bb07e9767fe336704223b5d997efc8f424abc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 12:31:31 +0000 Subject: [PATCH] win-acme: Update to version 2.1.22.1267 --- 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 b9ad80d1a7..bf704079c4 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.1.22.1260", + "version": "2.1.22.1267", "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.1260/win-acme.v2.1.22.1260.x64.trimmed.zip", - "hash": "5065e5c6a13bc4cf9f8e3765868b4e98bb963ff776b5593d43568a44b4721185" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1267/win-acme.v2.1.22.1267.x64.trimmed.zip", + "hash": "047ba0b084e604365a93578fd874badf6c44a02d4495ff219a904e85f7d9c022" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1260/win-acme.v2.1.22.1260.x86.trimmed.zip", - "hash": "76547f09e75d5aab302ea9f7b1347d0d567184df12bdb6b5cf6bc13ce90f3ca8" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1267/win-acme.v2.1.22.1267.x86.trimmed.zip", + "hash": "fe351b9c776fd65d6f1865c42bf775eb27d5e730b1691f0daa22c5dcdfb0b034" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",