mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.1.16.1030",
|
|
"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.16/win-acme.v2.1.16.1030.x64.trimmed.zip",
|
|
"hash": "9c00a7efcb65c9317b353b2ae82190213df1196c69aad5c2db76347117071768"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/win-acme/win-acme/releases/download/v2.1.16/win-acme.v2.1.16.1030.x86.trimmed.zip",
|
|
"hash": "729578434ad1ae6e74af0b24c134b080797fbb5c7e848911c22a4ef222d880b7"
|
|
}
|
|
},
|
|
"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$matchHead/win-acme.v$version.x64.trimmed.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/win-acme/win-acme/releases/download/v$matchHead/win-acme.v$version.x86.trimmed.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|