ScoopInstaller_Main/bucket/cloudflared.json
2023-01-16 20:25:42 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.1.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/2023.1.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "19074674c6fbdaa573b3081745e5e26144fdf7a086d14e0e220d1814f1f13078"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.1.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "2fbbfc8299537ff80cadf9d0e27c223fe0ccb9052bf9d8763ad717bbfa521c77"
}
},
"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"
}
}
}
}