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.5.3",
|
|
"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.5.3/cloudflared-windows-amd64.exe#/cloudflared.exe",
|
|
"hash": "a584cff2b86ae2aa50e1cc3becc4867a3503636814627f460e07fd48f7f02780"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudflare/cloudflared/releases/download/2022.5.3/cloudflared-windows-386.exe#/cloudflared.exe",
|
|
"hash": "bd9dec961de250b63c84f695e35f741158c5f86ab3b24688c9b4eb77d255a1f9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|