wgcf: Update to version 2.2.26

This commit is contained in:
github-actions[bot] 2025-04-15 16:30:22 +00:00
parent 8aa83985b4
commit 85c2cf5a5f

View File

@ -1,16 +1,16 @@
{
"version": "2.2.25",
"version": "2.2.26",
"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.25/wgcf_2.2.25_windows_386.exe#/wgcf.exe",
"hash": "11046e3b5cfb5e0698797c84d9b792f7e80b8a8657b362aa6c365c4f8c72f8fa"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.26/wgcf_2.2.26_windows_386.exe#/wgcf.exe",
"hash": "21149089c4eb6545b2f06c9a668b36a57cc9416147245a2f040247c7bad352bf"
},
"64bit": {
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.25/wgcf_2.2.25_windows_amd64.exe#/wgcf.exe",
"hash": "43362fc43b4b5ea40e6a7c13ed52a991cc5fe9b69d6fc0f9fb06dab943763293"
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.26/wgcf_2.2.26_windows_amd64.exe#/wgcf.exe",
"hash": "c613d3b6b1c774195f84e88db47ffc967ebd83da95e0008d6b0dc0b9771ab63d"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",