{ "version": "2.1.11.917", "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.1.11/win-acme.v2.1.11.917.x64.trimmed.zip", "hash": "07e0a50953260ed746688ed451f57219fe587b8eea8a1968e3d71311a7fa50b9" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.11/win-acme.v2.1.11.917.x86.trimmed.zip", "hash": "21867a5d52654e738ee103a5a67b2234935f5d39d686f05b773aa659507dbc47" } }, "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": { "github": "https://github.com/win-acme/win-acme", "regex": "acme\\.v([\\d.]+)\\.x" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v$matchHead/win-acme.v$version.x64.trimmed.zip" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v$matchHead/win-acme.v$version.x86.trimmed.zip" } } } }