mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
lego: Add version 4.7.0 (#3688)
* Add lego: LE/ACME client and library written in Go * Add 32bit architecture
This commit is contained in:
parent
371f943a52
commit
1b0080db78
28
bucket/lego.json
Normal file
28
bucket/lego.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "4.7.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.7.0/lego_v4.7.0_windows_amd64.zip",
|
||||||
|
"hash": "2436b737b506390a96fe122071442ef37a8380db91d0bfe1f8412a519161effc"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/go-acme/lego/releases/download/v4.7.0/lego_v4.7.0_windows_386.zip",
|
||||||
|
"hash": "441b33f101c0d3d47c290ebf3837d31a64a7053994000d6432badd9cf06a7f60"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user