ScoopInstaller_Main/bucket/cloudflared.json
2023-07-24 12:32:26 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.7.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.7.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "39ddceb56a15798826a5fc4892fa2b474c444bb4d7a8bf2fa95e41cab10fa7a1"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.7.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "af2b9161cfcb654b16408cd6b098afe9d1fb61a037d18d7090a119d4c0c8e0f0"
}
},
"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"
}
}
}
}