ScoopInstaller_Main/bucket/cloudflared.json
2025-10-30 20:29:58 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2025.10.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.10.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "272c1fabc6297302cbb187f4e603d4be4330907b537354a443ee154c4e0ed8a3"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2025.10.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "053b97ca246e4e596034fec2bae06a4662da40b7085e49aa44c2db772f6d6a8f"
}
},
"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"
}
}
}
}