ScoopInstaller_Main/bucket/cloudflared.json
2024-06-18 16:28:54 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2024.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/2024.6.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "934a90eb9608e0d49423f4ba052779fbf80d73c665a795acb75d7bab77cf47cd"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2024.6.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "7734a38328a3652bd7190de5ab696810b23a7faaca317831d85d2b7f8d889563"
}
},
"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"
}
}
}
}