mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.1.1434",
|
|
"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.1.1434/win-acme.v2.2.1.1434.x64.trimmed.zip",
|
|
"hash": "679c704ce5402a05e1641d764ace31b7f0f24ccc83444144b7e0601a8bceb357"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.2.1.1434/win-acme.v2.2.1.1434.x86.trimmed.zip",
|
|
"hash": "6bea9a1a3c9a6d6b131eed14a28f905ea2df7ab56561374928ea2016c4ef89c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|