mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "4.8.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.8.0/lego_v4.8.0_windows_amd64.zip",
|
|
"hash": "7aeb9e626c86e7c5d25e06d50bca17ff3c85e021bf4cb1067da10cf1ed19b58d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/go-acme/lego/releases/download/v4.8.0/lego_v4.8.0_windows_386.zip",
|
|
"hash": "63a9c1e5fe586f1fed2444a6215c1c18b99b237b3e6ea82cfa4d1331313942bd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|