ScoopInstaller_Main/bucket/cloudflared.json
2022-09-07 20:30:02 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2022.9.0",
"description": "Command-line client to interact with Cloudflare Tunnel, Cloudflare Access, start up a DNS over HTTPS resolver and more.",
"homepage": "https://github.com/cloudflare/cloudflared",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.9.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "61d0b05d1fcb9f21e0a799ea0142059cec8d23c137f05a162d9fa54dbc764c88"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.9.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "58e40b05321d72dca138cbb64eec096d9dc8720219423c5857a81e9324bb930c"
}
},
"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"
}
}
}
}