wgcf: Update to version 2.2.24

This commit is contained in:
github-actions[bot] 2024-12-24 16:29:42 +00:00
parent 194efe1fd9
commit f5766f2479

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.23", "version": "2.2.24",
"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.23/wgcf_2.2.23_windows_386.exe#/wgcf.exe", "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.24/wgcf_2.2.24_windows_386.exe#/wgcf.exe",
"hash": "47a874830eaf1b21fc061f3bc0c7fa735f1128a9dab305eb6cbf681bce2f082f" "hash": "4b9c835f727ce1e98ab95ae72537144e625cc4d8916cd7d7ac53c3428bba2fae"
}, },
"64bit": { "64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.23/wgcf_2.2.23_windows_amd64.exe#/wgcf.exe", "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.24/wgcf_2.2.24_windows_amd64.exe#/wgcf.exe",
"hash": "860f25320c45dd2c0ad9e7ab03ff12cab07a686c2e1743a19b6f538352ea8e37" "hash": "386af3dec7c712764f4a4f7ad1b4fdd97ab080e8696e543d77dc08070e7c7bdd"
} }
}, },
"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 }",