From 16f0254dc04ba4dc7d7760e0899a5178acf24cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 2 Oct 2020 10:08:43 +0200 Subject: [PATCH] win-acme: Update to version 2.1.11.917 --- 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 5aa9d0c20e..87974df6c7 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.1.10.896", + "version": "2.1.11.917", "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.10/win-acme.v2.1.10.896.x64.trimmed.zip", - "hash": "7edefd2f528214916c4f45f4a15d259c4dca039ed41225792f3c7a9b7eb1cc7d" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.11/win-acme.v2.1.11.917.x64.trimmed.zip", + "hash": "07e0a50953260ed746688ed451f57219fe587b8eea8a1968e3d71311a7fa50b9" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.10/win-acme.v2.1.10.896.x86.trimmed.zip", - "hash": "1b4cec095da4ea6fda04d9a921abc3a1d8277d0efa0eba1b88dd769ffa5670bd" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.11/win-acme.v2.1.11.917.x86.trimmed.zip", + "hash": "21867a5d52654e738ee103a5a67b2234935f5d39d686f05b773aa659507dbc47" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",