mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "2026.1.1",
|
|
"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/2026.1.1/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
|
"hash": "75b28989df6a4ed3805732c5c3245c2058481a56cf9f11693e067e1339a6d0aa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2026.1.1/cloudflared-windows-386.exe#/cloudflared.exe",
|
|
"hash": "6eb43d564ca5370c63913cb6fdfeae8c932582aa275273fceca3f645129c7bd9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|