ScoopInstaller_Main/bucket/cloudflared.json
2021-03-15 20:00:32 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.3.1",
"description": "Command-line client to interact with Cloudflare's Argo 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.3.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "569357aa4b37085c9447c0b71cc6e35d4e82fa98e6d613db1e6a49f492820fc7"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.3.1/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "7fa801e52ec782b9df8f1dfa9108f76ab9263c3bf10995136b7ecc5815215e68"
}
},
"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"
}
}
}
}