mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "4.28.1",
|
|
"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.28.1/lego_v4.28.1_windows_amd64.zip",
|
|
"hash": "c0cf91f19c010a9089984268f608f441909538592709686d4be43530cb97cb26"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.28.1/lego_v4.28.1_windows_386.zip",
|
|
"hash": "7fa45ec898a7a457d400f32143d779d811c8db6482e8cfa689b0773b8bbfc1c5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.28.1/lego_v4.28.1_windows_arm64.zip",
|
|
"hash": "1e4fc4a98476b20e676926fe2a8fb2e50a7ac16eef4ccf70d6bd373225dc551e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|