mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-01 06:44:46 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "4.32.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.32.0/lego_v4.32.0_windows_amd64.zip",
|
|
"hash": "229715d4b2dbe58b58508e6b3f5c8b2d8a9d8f73300237a5098f92088ce8f333"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.32.0/lego_v4.32.0_windows_386.zip",
|
|
"hash": "9ff92854c72a4312f823956296d24af02a785a286a901d2ced83d7a5fb499c66"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.32.0/lego_v4.32.0_windows_arm64.zip",
|
|
"hash": "502321886bb662e987fe19f9aeb76d45ad1161a5b478a7d90e75606ed91a94cf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|