ScoopInstaller_Main/bucket/win-acme.json
2022-05-07 12:35:12 +00:00

31 lines
1.3 KiB
JSON

{
"version": "2.1.22.1260",
"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.22.1260/win-acme.v2.1.22.1260.x64.trimmed.zip",
"hash": "5065e5c6a13bc4cf9f8e3765868b4e98bb963ff776b5593d43568a44b4721185"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1260/win-acme.v2.1.22.1260.x86.trimmed.zip",
"hash": "76547f09e75d5aab302ea9f7b1347d0d567184df12bdb6b5cf6bc13ce90f3ca8"
}
},
"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(?<build>[\\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"
}
}
}
}