ScoopInstaller_Main/bucket/win-acme.json
2024-05-25 20:25:11 +00:00

31 lines
1.3 KiB
JSON

{
"version": "2.2.9.1701",
"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.1701/win-acme.v2.2.9.1701.x64.trimmed.zip",
"hash": "f4dc3b144841ffdba391ce168c273d7a686d45a359075e30ee4bf4ee186857d6"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.9.1701/win-acme.v2.2.9.1701.x86.trimmed.zip",
"hash": "7a6f03640531006574dafc03aea7f40d4a244a63c7c638ccd5482029cfadf5d6"
}
},
"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"
}
}
}
}