ScoopInstaller_Main/bucket/cloudflared.json
2023-07-26 16:27:01 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.7.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/2023.7.3/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "1293525a19cfe3bc8296b62fbfe19f083632ed644a1c18c10b045a1d3030d81a"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.7.3/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "ce95df7f69664c3df19b76028e115931919a71517b776da7b42d353e2ff4a670"
}
},
"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"
}
}
}
}