ScoopInstaller_Main/bucket/cloudflared.json
2023-08-23 16:27:08 +00:00

29 lines
1.2 KiB
JSON

{
"version": "2023.8.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.8.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "6b69e20619c6cbc9f29827b11e61bf8954c38373d69add1d21955a92ba38dced"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2023.8.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "20d8b2518480479d2beeba84a2ba0b1a25699fc96834a19744a0585ac6a71e20"
}
},
"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"
}
}
}
}