win-acme: Update to version 2.1.22.1260

This commit is contained in:
github-actions[bot] 2022-05-07 12:35:12 +00:00
parent a35ff0fa14
commit 3b6143a278

View File

@ -1,16 +1,16 @@
{ {
"version": "2.1.20.1", "version": "2.1.22.1260",
"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.1.20.1/win-acme.v2.1.20.1185.x64.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1260/win-acme.v2.1.22.1260.x64.trimmed.zip",
"hash": "c2da8ad05f8e9cdc433619340a4fa48b4c5c49234bcf06330c4e5065b428f787" "hash": "5065e5c6a13bc4cf9f8e3765868b4e98bb963ff776b5593d43568a44b4721185"
}, },
"32bit": { "32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.20.1/win-acme.v2.1.20.1185.x86.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1260/win-acme.v2.1.22.1260.x86.trimmed.zip",
"hash": "d8734b423149b8c281883c0b5fb3ea84a9fccc519eeeed825c4173a954e4a9d9" "hash": "76547f09e75d5aab302ea9f7b1347d0d567184df12bdb6b5cf6bc13ce90f3ca8"
} }
}, },
"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\" }",
@ -28,4 +28,3 @@
} }
} }
} }