ScoopInstaller_Main/bucket/win-acme.json
2019-07-03 19:07:58 +08:00

23 lines
895 B
JSON

{
"homepage": "https://github.com/PKISharp/win-acme",
"version": "2.0.8.356",
"license": "Apache-2.0",
"description": "A Simple ACME Client for Windows",
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.0.8/win-acme.v2.0.8.356.zip",
"hash": "cc150c7cd0cea57bb02bff24cb9cb70a90bae1ac350af63387824b7a6b6a7e53",
"bin": "wacs.exe",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\settings.config\")) {",
" Copy-Item \"$dir\\settings_default.config\" \"$dir\\settings.config\"",
"}"
],
"persist": "settings.config",
"checkver": {
"github": "https://github.com/PKISharp/win-acme",
"regex": "download/(?<release>v?[\\d.]+)/win-acme\\.v([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$matchRelease/win-acme.v$version.zip"
}
}