ScoopInstaller_Main/bucket/cloudflared.json
2021-02-23 14:02:43 +01:00

32 lines
1.4 KiB
JSON

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