2023-02-26 16:29:41 +00:00

29 lines
1.1 KiB
JSON

{
"version": "4.10.2",
"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.10.2/lego_v4.10.2_windows_amd64.zip",
"hash": "c367f2c73fb39d8e9547866d0fa0b57707d37b83e93c551560a0445ed705265f"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.10.2/lego_v4.10.2_windows_386.zip",
"hash": "69ce0f93fff37bba3bd4368bb03ac06e1632eb81734147e9d39cfc23c4d55ddb"
}
},
"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"
}
}
}
}