2023-05-02 20:25:02 +00:00

29 lines
1.1 KiB
JSON

{
"version": "4.11.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.11.0/lego_v4.11.0_windows_amd64.zip",
"hash": "9a6b94f3ef424bd500c957134683dfeb70ce3725519c9dbb63ec9966bd2399d2"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.11.0/lego_v4.11.0_windows_386.zip",
"hash": "200d3c88882fbc123402bb6335a8b9741e75027ead5081147b771b5d15064cfe"
}
},
"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"
}
}
}
}