ScoopInstaller_Main/bucket/cloudflared.json
2026-01-27 12:32:21 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2026.1.2",
"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.1.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "6304f5e1c017c038fb74a02c0157b2b63d4bc1f15709c639fcc08cb6dbe4c126"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2026.1.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "cd3f6f71df1c5172ea42b2ee5cb9f681485b83194237e8cd9e342f19320ac8bc"
}
},
"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"
}
}
}
}