mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "2022.2.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.2.2/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
|
"hash": "c3e76372f8574374b399888b4ed6e9afe5e8323d78a33116ea3180723e920702"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.2.2/cloudflared-windows-386.exe#/cloudflared.exe",
|
|
"hash": "5403d9c92d1109b361eeaf9489abba21d74cf9e2bd33c7a4716ba79e22bd1b7f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|