2023-07-20 16:28:48 +00:00

39 lines
1.5 KiB
JSON

{
"version": "4.13.1",
"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.13.1/lego_v4.13.1_windows_amd64.zip",
"hash": "4612a4e2e7c7039750f9e5cda2494a385985cf414c76b0dafc8aa3bb1b9cb092"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.13.1/lego_v4.13.1_windows_386.zip",
"hash": "5cb900b0bc080f559b30a0ae3e92efd1d43631907a814df2cb229e9f7cfb59b6"
},
"arm64": {
"url": "https://github.com/go-acme/lego/releases/download/v4.13.1/lego_v4.13.1_windows_arm64.zip",
"hash": "d75617ecad4344d614294ff4cfd6503a95eb9d7befc514dfc10f9fc59a3e38ac"
}
},
"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"
}
}
}