win-acme: Update to version 2.2.5.1538

This commit is contained in:
github-actions[bot] 2023-06-07 16:27:50 +00:00
parent 6d4c012318
commit 89e152a27f

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.4.1500", "version": "2.2.5.1538",
"description": "A Simple ACME Client", "description": "A Simple ACME Client",
"homepage": "https://www.win-acme.com", "homepage": "https://www.win-acme.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.4.1500/win-acme.v2.2.4.1500.x64.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.5.1538/win-acme.v2.2.5.1538.x64.trimmed.zip",
"hash": "c50f0849edbd5e75bce5a529c8ed3b3ebf3bca00279bbff8c93bc40ef783a312" "hash": "5b24a1e7036bc39878fa63684d57a9934388f0cc4765c863dcc3ded2f842f85b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.4.1500/win-acme.v2.2.4.1500.x86.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.5.1538/win-acme.v2.2.5.1538.x86.trimmed.zip",
"hash": "ce273a6a980aeecaf324f20a39188efbcbdd4697633dce1606a5fa602e0ca10b" "hash": "3bcd1a58dbbc87ae5e2c7b4c1eda842fb6433e567d313b30eea8266abca002f1"
} }
}, },
"pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }", "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }",