ScoopInstaller_Main/bucket/cloudflared.json
2025-06-11 12:32:00 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2025.6.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/2025.6.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "4e35933ff4861464d69379a22be22a197f7a9fba5f60b8b6189e96fdebccc0da"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.6.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "1a673fba4ce1e656d36bcf11ef024ba23e43d954dd120643f24e12036eb94e6b"
}
},
"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"
}
}
}
}