{ "homepage": "https://pkisharp.github.io/win-acme/", "version": "2.1.1.593", "description": "A Simple ACME Client", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.1/win-acme.v2.1.1.593.x64.trimmed.zip", "hash": "a246c14cf42f82bd7e18b34beb3608b0852115a7a66a297273820f0ced75257b" }, "32bit": { "url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.1/win-acme.v2.1.1.593.x86.trimmed.zip", "hash": "78c7f7d22f9914caf02c58643717db8ecad8f9b73c5e5195edd4e1bc44900a79" } }, "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/PKISharp/win-acme", "regex": "win-acme\\.v([\\d.]+)\\.x64.trimmed\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.x64.trimmed.zip" }, "32bit": { "url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.x86.trimmed.zip" } } } }