From f5766f24791e0ee4223e22aafe6284136860187c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:29:42 +0000 Subject: [PATCH] wgcf: Update to version 2.2.24 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 29c1cfc18f..e7d24e3bca 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.23", + "version": "2.2.24", "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.23/wgcf_2.2.23_windows_386.exe#/wgcf.exe", - "hash": "47a874830eaf1b21fc061f3bc0c7fa735f1128a9dab305eb6cbf681bce2f082f" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.24/wgcf_2.2.24_windows_386.exe#/wgcf.exe", + "hash": "4b9c835f727ce1e98ab95ae72537144e625cc4d8916cd7d7ac53c3428bba2fae" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.23/wgcf_2.2.23_windows_amd64.exe#/wgcf.exe", - "hash": "860f25320c45dd2c0ad9e7ab03ff12cab07a686c2e1743a19b6f538352ea8e37" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.24/wgcf_2.2.24_windows_amd64.exe#/wgcf.exe", + "hash": "386af3dec7c712764f4a4f7ad1b4fdd97ab080e8696e543d77dc08070e7c7bdd" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",