ScoopInstaller_Main/bucket/win-acme.json
2021-12-02 19:39:41 +05:30

32 lines
1.3 KiB
JSON

{
"version": "2.1.20.1",
"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.20.1/win-acme.v2.1.20.1185.x64.trimmed.zip",
"hash": "c2da8ad05f8e9cdc433619340a4fa48b4c5c49234bcf06330c4e5065b428f787"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.20.1/win-acme.v2.1.20.1185.x86.trimmed.zip",
"hash": "d8734b423149b8c281883c0b5fb3ea84a9fccc519eeeed825c4173a954e4a9d9"
}
},
"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"
}
}
}
}