ScoopInstaller_Main/bucket/cloudflared.json
2023-02-27 20:27:28 +00:00

29 lines
1.2 KiB
JSON

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