win-acme: Update to version 2.2.8.1635

This commit is contained in:
github-actions[bot] 2024-02-28 00:33:12 +00:00
parent ec221a7b4e
commit c3b77de3c9

View File

@ -1,16 +1,16 @@
{
"version": "2.2.7.1612",
"version": "2.2.8.1635",
"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.7.1612/win-acme.v2.2.7.1612.x64.trimmed.zip",
"hash": "5d263d44233a72ca2fc895d2517681dee7461164bb87f45e7631efbb935c535d"
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.8.1635/win-acme.v2.2.8.1635.x64.trimmed.zip",
"hash": "0fc68111d0342c11929b93ad4f4a3148edd130a3a1784734927a37b55cde896b"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.7.1612/win-acme.v2.2.7.1612.x86.trimmed.zip",
"hash": "a19ec461cf3a67ade60d939595e5624a5e2fc84b0831b5b12870833edbcf1f7f"
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.8.1635/win-acme.v2.2.8.1635.x86.trimmed.zip",
"hash": "76ce14c56f69380cd00d29b95991c7d74c928f605f6b8008f77925e2f4d41e21"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",