ScoopInstaller_Main/bucket/cloudflared.json
2021-05-26 14:00:23 +00:00

32 lines
1.4 KiB
JSON

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