ScoopInstaller_Main/bucket/cloudflared.json
2023-04-10 20:26:53 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.4.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.4.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "f49cde976e628012c9db73e1c8d76081944ecf2297cdafeb78bb13290da274c4"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.4.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "3153d2baa462978dd22ab33d1c2274ecc88c200225d6a3327f98d5b752d08f5c"
}
},
"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"
}
}
}
}