ScoopInstaller_Main/bucket/cloudflared.json
2021-02-11 07:34:16 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.2.2",
"description": "Command-line client to interact with Cloudflare's Argo Tunnel, Cloudflare Access, start up a DNS over HTTPS resolver and more.",
"homepage": "https://github.com/cloudflare/cloudflared",
"license": {
"identifier": "Freeware",
"url": "https://github.com/cloudflare/cloudflared/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.2.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "a912657ea91b4d7f0181214437610097f7538335838e20e32f2b0e61098c8f2b"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.2.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "e0b70cd3f9aa23cedf4b160c613413c1aa9fc2dab47590675caba15d74bd9a65"
}
},
"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"
}
}
}
}