{ "version": "2.1.15.1008", "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.15/win-acme.v2.1.15.1008.x64.trimmed.zip", "hash": "02de1fcf528f2bd8ccf40ab85165b1ae51fd8bba99a57e3ff85a08cbd4c6261e" }, "32bit": { "url": "https://github.com/win-acme/win-acme/releases/download/v2.1.15/win-acme.v2.1.15.1008.x86.trimmed.zip", "hash": "a941a9abbf300316eb23b3222c9ca02434ad342910ff2c9ae490e3523ccd5260" } }, "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" } } } }