mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "4.13.3",
|
|
"description": "Let's Encrypt/ACME client and library written in Go",
|
|
"homepage": "https://github.com/go-acme/lego",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.13.3/lego_v4.13.3_windows_amd64.zip",
|
|
"hash": "c576713fd6ce14e6924be9466ade8ad96e84eb1cb1dc9d5e9873778720eef028"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.13.3/lego_v4.13.3_windows_386.zip",
|
|
"hash": "f750ac81eefae46140e1728cac54e54f377f96077e78b702fde44b16d4b3d337"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.13.3/lego_v4.13.3_windows_arm64.zip",
|
|
"hash": "2acc2c55b533c640feca9b777307547e21afd97954866cd7799d046471ed9bfa"
|
|
}
|
|
},
|
|
"bin": "lego.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lego_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|