2024-11-21 16:30:55 +00:00

39 lines
1.5 KiB
JSON

{
"version": "4.20.4",
"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.20.4/lego_v4.20.4_windows_amd64.zip",
"hash": "4a3f40f499396baa252d6101c262795c9a9937a931c109644e2e66a5a3da4c2d"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.20.4/lego_v4.20.4_windows_386.zip",
"hash": "0f2d624cdeb4fbfbccf0b24ce6df44d08c6263f254954e4cc34393f441adab4b"
},
"arm64": {
"url": "https://github.com/go-acme/lego/releases/download/v4.20.4/lego_v4.20.4_windows_arm64.zip",
"hash": "ff025525e86b436fd3e440db936bea54976198600cc910bdfec189c87ffbdb94"
}
},
"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"
}
}
}