win-acme: Update to version 2.2.4.1500

This commit is contained in:
github-actions[bot] 2023-04-20 20:28:06 +00:00
parent e2f9e35ac8
commit 2867d131e7

View File

@ -1,16 +1,16 @@
{
"version": "2.2.3.1489",
"version": "2.2.4.1500",
"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.3.1489/win-acme.v2.2.3.1489.x64.trimmed.zip",
"hash": "b5aa522df2e76192aff22c6d2072c634a5f485417ed3adfc7119e811d76ac8a6"
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.4.1500/win-acme.v2.2.4.1500.x64.trimmed.zip",
"hash": "c50f0849edbd5e75bce5a529c8ed3b3ebf3bca00279bbff8c93bc40ef783a312"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.3.1489/win-acme.v2.2.3.1489.x86.trimmed.zip",
"hash": "0aeb195c451c5ea239a32980e8cc146a8546fac1576ec9a78e2b370d8b148f95"
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.4.1500/win-acme.v2.2.4.1500.x86.trimmed.zip",
"hash": "ce273a6a980aeecaf324f20a39188efbcbdd4697633dce1606a5fa602e0ca10b"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",