ScoopInstaller_Main/bucket/cloudflared.json
2023-06-20 20:23:18 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.6.1",
"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.6.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "44303d6572956f28a0f2e4b188934fb9874f2584f5c81fa431a463cfbf28083b"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.6.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "083150724b49604c8765c1ba19541fa260b133be0acb0647fcd936d81f054499"
}
},
"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"
}
}
}
}