ScoopInstaller_Main/bucket/cloudflared.json
2021-12-23 16:31:17 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.12.3",
"description": "Command-line client to interact with Cloudflare 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.12.3/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "87fd56b2ea3046a17160cc45b83b320e26390f90fca771378d559ef1aa6938c5"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.12.3/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "2e8a87686b37fa64f9db12fbc03c97f6e5ac7efdc1a982c7c085db7301e38430"
}
},
"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"
}
}
}
}