{ "version": "2.2.17", "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.17/wgcf_2.2.17_windows_386.exe#/wgcf.exe", "hash": "16b18d68a6e47660a75ca68a61cc1f1b2fc2a04da3b250305044c7948525dba2" }, "64bit": { "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.17/wgcf_2.2.17_windows_amd64.exe#/wgcf.exe", "hash": "2e931ef0952a265b38357d0a5787320a710cff29fc11d7ddba4c48971d614557" } }, "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" } } }