ScoopInstaller_Main/bucket/cloudflared.json
2025-06-17 16:30:23 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2025.6.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.6.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "a4af4d26a86ed48f43647d151be37b0907f15c3ac230f0ab95aa226b3e0b8803"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.6.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "ec0035e933dd74ef116361599d9c942c47db474aa446b015dc7b400583710590"
}
},
"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"
}
}
}
}