ScoopInstaller_Main/bucket/cloudflared.json
2026-02-06 16:32:43 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2026.2.0",
"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/2026.2.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "b3279f2186a1c3c438ad5865e802bbbec26090c5d3fdb4ac1113f1143a94837a"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2026.2.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "8183c4499f05d2512cb9aaea9d4b3bd343b723858c28c9144c9d6baf57bce913"
}
},
"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"
}
}
}
}