ScoopInstaller_Main/bucket/cloudflared.json
2024-09-10 20:27:19 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2024.9.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/2024.9.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "977e1aade5fdfcdb39adfa2bb7fcf2598be9180c4bf04e0f46d64eefbd841c95"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2024.9.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "1cd89d9b1c2a43e31e035ab39398dc772debb04b77f9ee9d6812d68003f69613"
}
},
"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"
}
}
}
}