mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
wgcf: Add version 2.2.15 (#3903)
* wgcf: Add version 2.2.15 * wgcf: add quotes to config path Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
98b146c59e
commit
52ce968b2b
40
bucket/wgcf.json
Normal file
40
bucket/wgcf.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"version": "2.2.15",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.15/wgcf_2.2.15_windows_amd64.exe#/wgcf.exe",
|
||||||
|
"hash": "2aba25924a6db2703a344aff1f5b5573af8cd19d82a4718117675a0bc59d285d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pre_install": "if (!(Test-Path \"$persist_dir\\wgcf-account.toml\")) { New-Item \"$dir\\wgcf-account.toml\" | Out-Null }",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"wgcf.exe",
|
||||||
|
"wgcf",
|
||||||
|
"--config",
|
||||||
|
"\"$persist_dir\\wgcf-account.toml\""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"persist": "wgcf-account.toml",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/ViRb3/wgcf/releases/download/v$version/wgcf_$version_windows_386.exe#/wgcf.exe"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/ViRb3/wgcf/releases/download/v$version/wgcf_$version_windows_amd64.exe#/wgcf.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user