wgcf: Update to version 2.2.17

This commit is contained in:
github-actions[bot] 2023-04-23 20:23:59 +00:00
parent 3b14a8ac73
commit 3ec4ad826d

View File

@ -1,16 +1,16 @@
{
"version": "2.2.16",
"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.16/wgcf_2.2.16_windows_386.exe#/wgcf.exe",
"hash": "4915e61ff0c1d0c0215ae4b435d59896dffc7fa2541dda34badd1ff90fad5bb8"
"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.16/wgcf_2.2.16_windows_amd64.exe#/wgcf.exe",
"hash": "cb336c748db45dd51b3337b43cec0c59808f7b0ed541f47b67894c4cdd9cb6b7"
"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 }",