ScoopInstaller_Main/bucket/cloudflared.json
2021-08-04 10:00:41 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.8.1",
"description": "Command-line client to interact with Cloudflare's Argo Tunnel, Cloudflare Access, start up a DNS over HTTPS resolver and more.",
"homepage": "https://github.com/cloudflare/cloudflared",
"license": {
"identifier": "Freeware",
"url": "https://github.com/cloudflare/cloudflared/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.8.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "61bd876ba972d0f021de1e714472af2cc3aa3894e0fabd58d224582c833abb84"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.8.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "ec96861ffde643326f062760b9db5918a4a175d65cd133ef9b14fd963fc76b91"
}
},
"bin": "cloudflared.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/$version/cloudflared-windows-amd64.exe#/cloudflared.exe"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/$version/cloudflared-windows-386.exe#/cloudflared.exe"
}
}
}
}