ScoopInstaller_Main/bucket/win-acme.json
2020-01-16 20:01:48 +00:00

37 lines
1.3 KiB
JSON

{
"homepage": "https://pkisharp.github.io/win-acme/",
"version": "2.1.3.669",
"description": "A Simple ACME Client",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.669/win-acme.v2.1.3.669.x64.trimmed.zip",
"hash": "5663d38cc20c29fe565ac399cf9a66391de43942ce671e37044804bd10e35de2"
},
"32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.3.669/win-acme.v2.1.3.669.x86.trimmed.zip",
"hash": "225d1c53f1bd1b8a5b3be9455643c95f0cafc37d77125f6d6d87d9fee0b772be"
}
},
"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"
}
}
}
}