ScoopInstaller_Main/bucket/cloudflared.json
2025-11-07 20:28:24 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2025.11.1",
"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": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.11.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "413f9b24dc6e61a455564651524f167b8ce29ac4ccd40703dea7af93cd37ed39"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.11.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "1e76c0d4e6ff2576db46ad1a7397415729fbaf886b22aa49327f66185a2e8fc8"
}
},
"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"
}
}
}
}