ScoopInstaller_Main/bucket/cloudflared.json
2024-01-20 00:33:16 +00:00

29 lines
1.2 KiB
JSON

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