ScoopInstaller_Main/bucket/cloudflared.json
2022-06-20 16:31:38 +00:00

29 lines
1.2 KiB
JSON

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