ScoopInstaller_Main/bucket/cloudflared.json
2021-01-14 09:12:30 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.1.2",
"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.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "94ed5933fe00cf1bca26800cf572137b458f053eae9ac08a1372989bb72c3213"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.1.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "60ab3869c73e4052cefdc24c791abdd52563ac6d581976b97496fc57e9137997"
}
},
"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"
}
}
}
}