ScoopInstaller_Main/bucket/cloudflared.json
2022-01-06 16:30:35 +00:00

32 lines
1.3 KiB
JSON

{
"version": "2022.1.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/2022.1.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "2032819f013e9e17b0050bc5831065631a9dc5f06b214247c2f1d4c4b6385af3"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.1.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "1bbbd95d4aeb90a7795d8e284d0f4d096cc9334c75b53fc65aaad1821b53b3b9"
}
},
"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"
}
}
}
}