ScoopInstaller_Main/bucket/cloudflared.json
2024-11-19 20:29:27 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2024.11.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/2024.11.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "9e53db3dba3bf7c8272454ae32d2704f82364f98d0346833682f628c25489b24"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2024.11.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "8b0ce37b0757b2a0065cafb47e143a06cca0075a0793134f5ff35715fbc571f5"
}
},
"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"
}
}
}
}