ScoopInstaller_Main/bucket/cloudflared.json
2021-08-27 23:01:48 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.8.6",
"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.8.6/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "eca690004a5c59e3fae2ee69027a784f60c3e6c676ed9b4dea3f2f453f54f605"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.8.6/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "22e29b5c654e1eae53ab399aafb217b7cb47ed2932563a70453508bfdf13ed0c"
}
},
"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"
}
}
}
}