wgcf: Update to version 2.2.16

This commit is contained in:
github-actions[bot] 2023-04-09 00:32:34 +00:00
parent 8a562d83b3
commit 04d2fa81df

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.15", "version": "2.2.16",
"description": "Unofficial CLI for Cloudflare Warp (Wireguard VPN service)", "description": "Unofficial CLI for Cloudflare Warp (Wireguard VPN service)",
"homepage": "https://github.com/ViRb3/wgcf", "homepage": "https://github.com/ViRb3/wgcf",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.15/wgcf_2.2.15_windows_386.exe#/wgcf.exe", "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_386.exe#/wgcf.exe",
"hash": "ad58ec6bbe700238359624e68c26f460befefe0b8a3fba1b37a9f01f0553046b" "hash": "4915e61ff0c1d0c0215ae4b435d59896dffc7fa2541dda34badd1ff90fad5bb8"
}, },
"64bit": { "64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.15/wgcf_2.2.15_windows_amd64.exe#/wgcf.exe", "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_amd64.exe#/wgcf.exe",
"hash": "2aba25924a6db2703a344aff1f5b5573af8cd19d82a4718117675a0bc59d285d" "hash": "cb336c748db45dd51b3337b43cec0c59808f7b0ed541f47b67894c4cdd9cb6b7"
} }
}, },
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }", "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",