mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.9.1680",
|
|
"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.9.1680/win-acme.v2.2.9.1680.x64.trimmed.zip",
|
|
"hash": "effa33a7bb6aab7602a162489ca9522bb31623eb6b11a9a5dde2ea90581a9d65"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.9.1680/win-acme.v2.2.9.1680.x86.trimmed.zip",
|
|
"hash": "ebb88b8fd936f77368b0045175913c30c4241f8310a4e77961ae41c721e51ac4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|