ScoopInstaller_Main/bucket/cloudflared.json
2022-08-16 16:33:55 +00:00

29 lines
1.2 KiB
JSON

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