ScoopInstaller_Main/bucket/cloudflared.json
2024-04-23 16:27:30 +00:00

29 lines
1.2 KiB
JSON

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