win-acme: Update to version 2.2.3.1475

This commit is contained in:
github-actions[bot] 2023-04-07 00:35:57 +00:00
parent 76fdf76446
commit e7537d06f0

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.2.1449", "version": "2.2.3.1475",
"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.2.1449/win-acme.v2.2.2.1449.x64.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.3.1475/win-acme.v2.2.3.1475.x64.trimmed.zip",
"hash": "2650e3c7df66fc038128ef1850a4d47ac8d75b2809a58f00f0596b5da3ded10d" "hash": "839a69030e222fff91e9649a504b8327edcad0868e29446a1cd9adbb690985df"
}, },
"32bit": { "32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1449/win-acme.v2.2.2.1449.x86.trimmed.zip", "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.3.1475/win-acme.v2.2.3.1475.x86.trimmed.zip",
"hash": "6c51fc298ce0d8c66ecaeaa002380be5069eca92af88c72b0cefa3b977e0ec98" "hash": "4dc771835a36a5330e1922bbefd6f24d4d03f37aa7772c4405a7f18ed151a24a"
} }
}, },
"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\" }",