mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
23 lines
861 B
JSON
23 lines
861 B
JSON
{
|
|
"homepage": "https://github.com/PKISharp/win-acme",
|
|
"version": "2.0.9.386",
|
|
"license": "Apache-2.0",
|
|
"description": "A Simple ACME Client for Windows",
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v2.0.9/win-acme.v2.0.9.386.zip",
|
|
"hash": "14905b432aa324f301632e8715f9f7cb6d28f4cfd322e533afb4c532b734d8e1",
|
|
"bin": "wacs.exe",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\settings.config\")) {",
|
|
" Copy-Item \"$dir\\settings_default.config\" \"$dir\\settings.config\"",
|
|
"}"
|
|
],
|
|
"persist": "settings.config",
|
|
"checkver": {
|
|
"github": "https://github.com/PKISharp/win-acme",
|
|
"regex": "win-acme\\.v([\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.zip"
|
|
}
|
|
}
|