Coonce 1b0080db78
lego: Add version 4.7.0 (#3688)
* Add lego: LE/ACME client and library written in Go

* Add 32bit architecture
2022-06-18 15:31:04 +05:30

29 lines
1.0 KiB
JSON

{
"version": "4.7.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.7.0/lego_v4.7.0_windows_amd64.zip",
"hash": "2436b737b506390a96fe122071442ef37a8380db91d0bfe1f8412a519161effc"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.7.0/lego_v4.7.0_windows_386.zip",
"hash": "441b33f101c0d3d47c290ebf3837d31a64a7053994000d6432badd9cf06a7f60"
}
},
"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"
}
}
}
}