diff --git a/bucket/win-acme.json b/bucket/win-acme.json index c1f28d2aa2..2dfc5cf21c 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -1,16 +1,16 @@ { - "version": "2.2.2.1447", + "version": "2.2.2.1449", "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.2.1447/win-acme.v2.2.2.1447.x64.trimmed.zip", - "hash": "4867dc4b7ac17ed9cb87f436e80baf12a660bbf97e220fa67f828b8f42c0078a" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1449/win-acme.v2.2.2.1449.x64.trimmed.zip", + "hash": "2650e3c7df66fc038128ef1850a4d47ac8d75b2809a58f00f0596b5da3ded10d" }, "32bit": { - "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1447/win-acme.v2.2.2.1447.x86.trimmed.zip", - "hash": "3eae71a632911590445550221426b06cb26fa1de2902434c935924541b9fcf13" + "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1449/win-acme.v2.2.2.1449.x86.trimmed.zip", + "hash": "6c51fc298ce0d8c66ecaeaa002380be5069eca92af88c72b0cefa3b977e0ec98" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",