From 116c03c67e5f85c1ed4b3e9ad41bd64c6d04c06b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:32:28 +0000 Subject: [PATCH] wgcf: Update to version 2.2.21 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 48850bc63a..9d6d620079 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.20", + "version": "2.2.21", "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.20/wgcf_2.2.20_windows_386.exe#/wgcf.exe", - "hash": "2004cb396f2798044bc6caafdcbae7e6c97827f47ead16c11fe2c79740b1330a" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.21/wgcf_2.2.21_windows_386.exe#/wgcf.exe", + "hash": "212fcd861ffea50d0f627dd41892b2d447d4809af9bb067119d7c9c8203a9f1f" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.20/wgcf_2.2.20_windows_amd64.exe#/wgcf.exe", - "hash": "808e3f8dfd61f7f1aace8d4abe4a0d4d28e17b231b499a5c05d06d043dd57f0c" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.21/wgcf_2.2.21_windows_amd64.exe#/wgcf.exe", + "hash": "331e5424a2ae854ae50b4300eac96c2ed3e03256e3b2f72d3eb046f77105a14c" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",