wgcf: Update to version 2.2.29

This commit is contained in:
github-actions[bot] 2025-08-23 00:37:44 +00:00
parent 25a9e7bcf4
commit 03f0fb5db8

View File

@ -1,16 +1,16 @@
{
"version": "2.2.28",
"version": "2.2.29",
"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.28/wgcf_2.2.28_windows_386.exe#/wgcf.exe",
"hash": "eb340952a296cf622997e9adaf0ca87bd5796347838ebf912b195feb62d23b27"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.29/wgcf_2.2.29_windows_386.exe#/wgcf.exe",
"hash": "1724fd9d37978b662278af4732c49e3671ffcbd96959c23b9847409d93fcc9c3"
},
"64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_windows_amd64.exe#/wgcf.exe",
"hash": "a261d00b325671251274587ba975a8cc7c8d4f649375089f241b0cc6b1aea783"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.29/wgcf_2.2.29_windows_amd64.exe#/wgcf.exe",
"hash": "987d6d14aa2b9873b357c7489097b81004549901b9237bdd15bf1694edc0d609"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",