ScoopInstaller_Main/bucket/cloudflared.json
2021-02-04 15:55:51 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.2.0",
"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.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "c8170fe2676c940c8a24b36e182cf4bf43f724143cd38529387d85769600d0e1"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.2.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "e1811992eaad6644df2c793f5fd06ebc8b41f819db047bf155b1ac91d6058f68"
}
},
"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"
}
}
}
}