ScoopInstaller_Main/bucket/win-acme.json
2020-04-03 09:42:15 +08:00

33 lines
1.3 KiB
JSON

{
"version": "2.1.6.773",
"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.6.773/win-acme.v2.1.6.773.x64.trimmed.zip",
"hash": "e2c06ae7e391f8ca3dd356b54a09e11ca0f08daa9a000b7766a5f02da30f16e5"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.6.773/win-acme.v2.1.6.773.x86.trimmed.zip",
"hash": "2b609a9ab829bbfecdc63ee6eada1f379864c47859f9ba6eb67141cc902ea5c3"
}
},
"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"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip"
}
}
}
}