ScoopInstaller_Main/bucket/cloudflared.json
2023-06-15 16:27:06 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.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/2023.6.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "e1e70fa42059911bc6685fafef957f9a73fc66f214d0704a9b932683a5204032"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.6.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "5d38c46032a58e28ae5f7d174d8761ec3d64d186677f3ec53af5f51afb9bfd2f"
}
},
"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"
}
}
}
}