ScoopInstaller_Main/bucket/cloudflared.json
2021-10-14 16:00:34 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.10.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.10.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "1312a2f2334d5b1a21e475faf41698ad1a5fe347864bd6c6bd0d4cea126df896"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.10.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "20e297676ca7a6d557e5e61249e5dddbe5e3846250cab6eb77010daa745ab97f"
}
},
"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"
}
}
}
}