From 7ef2b36ea7e7c6e2e1443e8248beaf97a16d3b4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:26:52 +0000 Subject: [PATCH] wgcf: Update to version 2.2.25 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index e7d24e3bca..d850e602ef 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.24", + "version": "2.2.25", "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.24/wgcf_2.2.24_windows_386.exe#/wgcf.exe", - "hash": "4b9c835f727ce1e98ab95ae72537144e625cc4d8916cd7d7ac53c3428bba2fae" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.25/wgcf_2.2.25_windows_386.exe#/wgcf.exe", + "hash": "11046e3b5cfb5e0698797c84d9b792f7e80b8a8657b362aa6c365c4f8c72f8fa" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.24/wgcf_2.2.24_windows_amd64.exe#/wgcf.exe", - "hash": "386af3dec7c712764f4a4f7ad1b4fdd97ab080e8696e543d77dc08070e7c7bdd" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.25/wgcf_2.2.25_windows_amd64.exe#/wgcf.exe", + "hash": "43362fc43b4b5ea40e6a7c13ed52a991cc5fe9b69d6fc0f9fb06dab943763293" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",