ScoopInstaller_Main/bucket/win-acme.json
2020-07-10 17:54:38 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.1.9.870",
"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.9/win-acme.v2.1.9.870.x64.trimmed.zip",
"hash": "04f82378cce2927323a7e66f990e86f362bf67ce7daa42a10344fb756d0049ea"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.9/win-acme.v2.1.9.870.x86.trimmed.zip",
"hash": "5e87a3709e2210f3ad70f26f7ff3a7e7274d014b1b85e2a60e2c9582010de9d8"
}
},
"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"
}
}
}
}