mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://pkisharp.github.io/win-acme/",
|
|
"version": "2.1.2.641",
|
|
"description": "A Simple ACME Client",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.2.641/win-acme.v2.1.2.641.x64.trimmed.zip",
|
|
"hash": "4e7074c28bd112214f7c75a3870bc860fb527f1958d3271fc67f24dd32fd6ca9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.1.2.641/win-acme.v2.1.2.641.x86.trimmed.zip",
|
|
"hash": "42873459b90578b718d6c592d62432f569002b97c00cb2f208857ff9d5d6773c"
|
|
}
|
|
},
|
|
"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/PKISharp/win-acme"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|