mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "4.12.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.12.0/lego_v4.12.0_windows_amd64.zip",
|
|
"hash": "5419dc2e62b8ec6ff0cfaa349230eac81564322e52a8b572a11659ffd8fba527"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.12.0/lego_v4.12.0_windows_386.zip",
|
|
"hash": "70cc5e509d99dbabd91f3afaf8a4f64354c082e0bc4ed5787004c2ff30e043ef"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.12.0/lego_v4.12.0_windows_arm64.zip",
|
|
"hash": "3397afebac5f8e5f65d9db4a67a2abbf8b00e15eb25236a11d16ef4093e6e8b7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|