From 03f0fb5db8dd859d73ffc63eea542daefa895a29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:37:44 +0000 Subject: [PATCH] wgcf: Update to version 2.2.29 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 81585b38f8..59c26fc8e6 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -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 }",