ScoopInstaller_Main/bucket/cloudflared.json
2021-01-13 22:23:00 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.1.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.1.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "8a309f82eeb55913121b342c60e0017ad765fccc7fbb18cca52b830b958e7fd9"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.1.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "6e6a51a9b35272ad0ff68f42c8803c369a64b0652bd3ce780c2cc880e634e367"
}
},
"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"
}
}
}
}