mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "2022.10.2",
|
|
"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": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.10.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
|
"hash": "ff75209deaa37d3818b48825e034fd9524f6f1ee2b37de60ac06669ac78ce7c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.10.2/cloudflared-windows-386.exe#/cloudflared.exe",
|
|
"hash": "9ed0e5811747e6bac7158b064906c31460b55c59f388095b8405f014a9f348ef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|