2022-10-04 00:46:58 +00:00

29 lines
1.0 KiB
JSON

{
"version": "4.9.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.9.0/lego_v4.9.0_windows_amd64.zip",
"hash": "45e4372189386fcbb009ea9fe52d65b88a14562f18a2c6361029cc93a71250df"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.9.0/lego_v4.9.0_windows_386.zip",
"hash": "b5316f2ac8473ec7ba27824ca87ec3de18a1508827f5a31eb327c8bbf7dde8df"
}
},
"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"
}
}
}
}