wgcf: Update to version 2.2.19

This commit is contained in:
github-actions[bot] 2023-08-21 20:24:08 +00:00
parent c8f98178ff
commit c7bad47f21

View File

@ -1,16 +1,16 @@
{
"version": "2.2.18",
"version": "2.2.19",
"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.18/wgcf_2.2.18_windows_386.exe#/wgcf.exe",
"hash": "29647bf8ab5c15e16e148f61221a83343e959e106bb469039121908e9b35fead"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_windows_386.exe#/wgcf.exe",
"hash": "b70142f08bc673b41c8a2409c94ff56dc63df874c48cfa1b393be8d3a6d08de5"
},
"64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.18/wgcf_2.2.18_windows_amd64.exe#/wgcf.exe",
"hash": "fb49a7b3c8bd824549a83a72389101086e5d5f367a28a11f8e1972e0bc902f5f"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_windows_amd64.exe#/wgcf.exe",
"hash": "100a362d3105ef6c61f9d2987ee1ac594d9b7e6d8bd0c72c7c4647c3af33059e"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",