From 0e76904a3e1fa90e855f98d1e6044607d1b51bcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:32:17 +0000 Subject: [PATCH] wgcf: Update to version 2.2.20 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index cd04a2d765..48850bc63a 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.19", + "version": "2.2.20", "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.19/wgcf_2.2.19_windows_386.exe#/wgcf.exe", - "hash": "b70142f08bc673b41c8a2409c94ff56dc63df874c48cfa1b393be8d3a6d08de5" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.20/wgcf_2.2.20_windows_386.exe#/wgcf.exe", + "hash": "2004cb396f2798044bc6caafdcbae7e6c97827f47ead16c11fe2c79740b1330a" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_windows_amd64.exe#/wgcf.exe", - "hash": "100a362d3105ef6c61f9d2987ee1ac594d9b7e6d8bd0c72c7c4647c3af33059e" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.20/wgcf_2.2.20_windows_amd64.exe#/wgcf.exe", + "hash": "808e3f8dfd61f7f1aace8d4abe4a0d4d28e17b231b499a5c05d06d043dd57f0c" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",