ScoopInstaller_Main/bucket/cloudflared.json
2021-11-04 16:00:32 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.11.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": {
"identifier": "Freeware",
"url": "https://github.com/cloudflare/cloudflared/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.11.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "4347102d5ad97b14857fe234fa7ed99c58d373d687c310e51d2afa79ef54dce4"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.11.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "a002b589286992d61b0c0cae5be3be49457acb81d319883c5f5f127b055834ae"
}
},
"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"
}
}
}
}