ScoopInstaller_Main/bucket/cloudflared.json
2024-08-06 16:29:27 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2024.8.2",
"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.8.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "a054d767613ba64462dd457e3c0be27244c9484f4b7fcb76b37e137c86f0eda1"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "de5e40f849579b8ed699db3bb5641f7bb7e5605a275121a7b26784c0617f879d"
}
},
"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"
}
}
}
}