ScoopInstaller_Main/bucket/cloudflared.json
2021-09-14 10:49:14 -07:00

32 lines
1.4 KiB
JSON

{
"version": "2021.9.0",
"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.9.0/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "41d394c0504074f12203892cec24ba2fbddfaff87448edd86f440f7c20505106"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.9.0/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "64a53ad21481838bbbafaac9751c7848130160306ec9e7cd349a355d1cb28705"
}
},
"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"
}
}
}
}