2023-04-09 00:32:34 +00:00

41 lines
1.4 KiB
JSON

{
"version": "2.2.16",
"description": "Unofficial CLI for Cloudflare Warp (Wireguard VPN service)",
"homepage": "https://github.com/ViRb3/wgcf",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_386.exe#/wgcf.exe",
"hash": "4915e61ff0c1d0c0215ae4b435d59896dffc7fa2541dda34badd1ff90fad5bb8"
},
"64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_amd64.exe#/wgcf.exe",
"hash": "cb336c748db45dd51b3337b43cec0c59808f7b0ed541f47b67894c4cdd9cb6b7"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",
"bin": [
[
"wgcf.exe",
"wgcf",
"--config",
"\"$persist_dir\\wgcf-account.toml\""
]
],
"persist": "wgcf-account.toml",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v$version/wgcf_$version_windows_386.exe#/wgcf.exe"
},
"64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v$version/wgcf_$version_windows_amd64.exe#/wgcf.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}