ScoopInstaller_Main/bucket/win-acme.json
2020-01-18 20:01:49 +00:00

37 lines
1.3 KiB
JSON

{
"homepage": "https://pkisharp.github.io/win-acme/",
"version": "2.1.3.671",
"description": "A Simple ACME Client",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.671/win-acme.v2.1.3.671.x64.trimmed.zip",
"hash": "72d9632a160ec0e98e8fa02b620bc0e88e61c7c82d4691c054490e903107ee43"
},
"32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.671/win-acme.v2.1.3.671.x86.trimmed.zip",
"hash": "be0a43e2a5a295effa24b298fc4fd2d82e8d2e605dd36a8998008eaba8bd4ab6"
}
},
"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"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip"
},
"32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip"
}
}
}
}