ScoopInstaller_Main/bucket/cloudflared.json
2021-01-18 13:43:37 +01:00

32 lines
1.4 KiB
JSON

{
"version": "2021.1.5",
"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.1.5/cloudflared-windows-amd64.exe#/cloudflared.exe",
"hash": "45259e88e36e2c0754063c7506f43d81a357214f2fba04913bb6488a916fdc8d"
},
"32bit": {
"url": "https://github.com/cloudflare/cloudflared/releases/download/2021.1.5/cloudflared-windows-386.exe#/cloudflared.exe",
"hash": "33eb664677143b4b4ac5f56372cfb9f294cffc0a007cbb5a0ebd149a1ffba6b0"
}
},
"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"
}
}
}
}