diff --git a/bucket/wgcf.json b/bucket/wgcf.json index 198aa5fe83..2081ff63bf 100644 --- a/bucket/wgcf.json +++ b/bucket/wgcf.json @@ -1,16 +1,16 @@ { - "version": "2.2.15", + "version": "2.2.16", "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.15/wgcf_2.2.15_windows_386.exe#/wgcf.exe", - "hash": "ad58ec6bbe700238359624e68c26f460befefe0b8a3fba1b37a9f01f0553046b" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_386.exe#/wgcf.exe", + "hash": "4915e61ff0c1d0c0215ae4b435d59896dffc7fa2541dda34badd1ff90fad5bb8" }, "64bit": { - "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.15/wgcf_2.2.15_windows_amd64.exe#/wgcf.exe", - "hash": "2aba25924a6db2703a344aff1f5b5573af8cd19d82a4718117675a0bc59d285d" + "url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.16/wgcf_2.2.16_windows_amd64.exe#/wgcf.exe", + "hash": "cb336c748db45dd51b3337b43cec0c59808f7b0ed541f47b67894c4cdd9cb6b7" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",