{ "version": "2.2.3.1475", "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.3.1475/win-acme.v2.2.3.1475.x64.trimmed.zip", "hash": "839a69030e222fff91e9649a504b8327edcad0868e29446a1cd9adbb690985df" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v2.2.3.1475/win-acme.v2.2.3.1475.x86.trimmed.zip", "hash": "4dc771835a36a5330e1922bbefd6f24d4d03f37aa7772c4405a7f18ed151a24a" } }, "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" } } } }