From c7bad47f21103dc7e55c55fcca4f53e2231fa109 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:24:08 +0000 Subject: [PATCH] wgcf: Update to version 2.2.19 --- bucket/wgcf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 94af5ff59f..cd04a2d765 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.18", + "version": "2.2.19", "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.18/wgcf_2.2.18_windows_386.exe#/wgcf.exe", - "hash": "29647bf8ab5c15e16e148f61221a83343e959e106bb469039121908e9b35fead" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_windows_386.exe#/wgcf.exe", + "hash": "b70142f08bc673b41c8a2409c94ff56dc63df874c48cfa1b393be8d3a6d08de5" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.18/wgcf_2.2.18_windows_amd64.exe#/wgcf.exe", - "hash": "fb49a7b3c8bd824549a83a72389101086e5d5f367a28a11f8e1972e0bc902f5f" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_windows_amd64.exe#/wgcf.exe", + "hash": "100a362d3105ef6c61f9d2987ee1ac594d9b7e6d8bd0c72c7c4647c3af33059e" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",