ScoopInstaller_Main/bucket/cloudflared.json
2021-02-04 18:46:51 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.2.1",
"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.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "1ff02cb5029e03fccd51587d9dc586ecec7147a822a06204d0f0de8b99b32a81"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.2.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "4ba4a81cabe611a0430897c44610cec5c665b34824407943d866a9dd2984dd47"
}
},
"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"
}
}
}
}