mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.22.1267",
|
|
"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.22.1267/win-acme.v2.1.22.1267.x64.trimmed.zip",
|
|
"hash": "047ba0b084e604365a93578fd874badf6c44a02d4495ff219a904e85f7d9c022"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.22.1267/win-acme.v2.1.22.1267.x86.trimmed.zip",
|
|
"hash": "fe351b9c776fd65d6f1865c42bf775eb27d5e730b1691f0daa22c5dcdfb0b034"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|