2026-01-08 20:30:18 +00:00

39 lines
1.5 KiB
JSON

{
"version": "4.31.0",
"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.31.0/lego_v4.31.0_windows_amd64.zip",
"hash": "f70cc74f322e859bc3098991bca9167dd8365f9380b2eb94144eae5c942473a8"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.31.0/lego_v4.31.0_windows_386.zip",
"hash": "cbe2887386949439ee11dfaec80270acc5f2a32100d2856b72a75408aa9fd063"
},
"arm64": {
"url": "https://github.com/go-acme/lego/releases/download/v4.31.0/lego_v4.31.0_windows_arm64.zip",
"hash": "725f0d32fe0c0e0796aa8a297e85e6f255f1dbc97b0f66df3ede3b04b7975231"
}
},
"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"
}
}
}