ScoopInstaller_Main/bucket/win-acme.json
2024-01-24 04:26:47 +00:00

31 lines
1.3 KiB
JSON

{
"version": "2.2.7.1612",
"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.2.7.1612/win-acme.v2.2.7.1612.x64.trimmed.zip",
"hash": "5d263d44233a72ca2fc895d2517681dee7461164bb87f45e7631efbb935c535d"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.7.1612/win-acme.v2.2.7.1612.x86.trimmed.zip",
"hash": "a19ec461cf3a67ade60d939595e5624a5e2fc84b0831b5b12870833edbcf1f7f"
}
},
"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"
}
}
}
}