ScoopInstaller_Main/bucket/win-acme.json
Valinor 4127bd3450
Correct autoupdate-fix for #2844 (#2850)
* Correct autoupdate-fix for

- vim-nightly : no more win32
- win-acme : path change

* Correct version for checkver
2021-10-31 20:52:05 +08:00

34 lines
1.3 KiB
JSON

{
"version": "2.1.19.1142",
"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.19.1142/win-acme.v2.1.19.1142.x64.trimmed.zip",
"hash": "9b25c9ffa8ed4ae6034661d5e53e6b19a465fc94cc6d948c5a329edaf6037d43"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.19.1142/win-acme.v2.1.19.1142.x86.trimmed.zip",
"hash": "0bb2079636427bfe365db783e8b642fa1577dc243c68248e1244ed9888d60149"
}
},
"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": {
"github": "https://github.com/win-acme/win-acme",
"regex": "acme\\.v([\\d.]+)\\.x"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip"
},
"32bit": {
"url": "https://github.com/win-acme/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip"
}
}
}
}