From 92d076d8303dfda7560ed318ebce40af7b7b692e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 00:42:14 +0000 Subject: [PATCH] wgcf: Update to version 2.2.28 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 53b63024b8..81585b38f8 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.27", + "version": "2.2.28", "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.27/wgcf_2.2.27_windows_386.exe#/wgcf.exe", - "hash": "eeb6d743221645ccbb3c41995b769b1bc5b029b07da45d7d2c1341346af692a6" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_windows_386.exe#/wgcf.exe", + "hash": "eb340952a296cf622997e9adaf0ca87bd5796347838ebf912b195feb62d23b27" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.27/wgcf_2.2.27_windows_amd64.exe#/wgcf.exe", - "hash": "2bf7b2ff7e91f74172668e06d8f34cb952ea9629e240391eeec7320b046a7f10" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_windows_amd64.exe#/wgcf.exe", + "hash": "a261d00b325671251274587ba975a8cc7c8d4f649375089f241b0cc6b1aea783" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",