{ "version": "2.2.6.1571", "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.6.1571/win-acme.v2.2.6.1571.x64.trimmed.zip", "hash": "57945247a17c7de30876ef582420937aed2baa46d603689eee930d1f3523f51e" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.6.1571/win-acme.v2.2.6.1571.x86.trimmed.zip", "hash": "e460a530f8cde159e0e246511871bd001d7489008988c47de9d056f7d176324b" } }, "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" } } } }