ScoopInstaller_Main/bucket/cloudflared.json
2021-05-18 09:00:23 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.5.7",
"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.5.7/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "87bf31b0d0e1a44d4bf342624bde3d191b9a266a352203156c8bd53b52f829cd"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.5.7/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "7c0f4799c87d058b877e6def256d95d1719c7542e6a87eecaaa625a678201d6b"
}
},
"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"
}
}
}
}