ScoopInstaller_Main/bucket/cloudflared.json
2021-08-09 18:00:36 +00:00

32 lines
1.4 KiB
JSON

{
"version": "2021.8.2",
"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.8.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "5110688cb248a99c6dc2ac994d2acd6a0e98d2ef7a80e9dc00ad3a17604cb2aa"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.8.2/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "8e3b88b64c14732ea4746a8d21b197c43ee822d70dd1643eb0ccf15c17896254"
}
},
"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"
}
}
}
}