ScoopInstaller_Main/bucket/cloudflared.json
2021-12-16 08:28:55 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.12.1",
"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.12.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "5f77c71d2e129afeb9002ad3eae0aacc61fc6cf8fd26b8f7d09985e97233035b"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.12.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "ad9eeeebb32273dbb72ee56d308d66faa57efe3c07f7f63dac4f954999a119d5"
}
},
"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"
}
}
}
}