2025-10-31 12:32:14 +00:00

39 lines
1.5 KiB
JSON

{
"version": "4.28.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.28.0/lego_v4.28.0_windows_amd64.zip",
"hash": "77bf4088852c724ab9e3db62ef8badb90b92a4cffb0e874ae64742c0eb79b65c"
},
"32bit": {
"url": "https://github.com/go-acme/lego/releases/download/v4.28.0/lego_v4.28.0_windows_386.zip",
"hash": "54b4a329ac27924e3977d7f578be122b4eeec03788b716e0c70deb9eb7e03a76"
},
"arm64": {
"url": "https://github.com/go-acme/lego/releases/download/v4.28.0/lego_v4.28.0_windows_arm64.zip",
"hash": "338ec2cb664cd5ee26ab7c95ff0de9b54d7b6cd17f96a855eeb96fe847b53654"
}
},
"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"
}
}
}