ScoopInstaller_Main/bucket/cloudflared.json
2024-06-04 00:33:32 +00:00

29 lines
1.2 KiB
JSON

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