{ "version": "2.2.2.1449", "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.2.1449/win-acme.v2.2.2.1449.x64.trimmed.zip", "hash": "2650e3c7df66fc038128ef1850a4d47ac8d75b2809a58f00f0596b5da3ded10d" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.2.1449/win-acme.v2.2.2.1449.x86.trimmed.zip", "hash": "6c51fc298ce0d8c66ecaeaa002380be5069eca92af88c72b0cefa3b977e0ec98" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\settings.json\")) { Copy-Item \"$dir\\settings_default.json\" \"$dir\\settings.json\" }", "bin": "wacs.exe", "persist": "settings.json", "checkver": "/releases/download/v([\\d.]+)/win-acme.v(?[\\d.]+).x64", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x64.trimmed.zip" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$matchBuild.x86.trimmed.zip" } } } }