mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "2.2.18",
|
|
"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"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.18/wgcf_2.2.18_windows_amd64.exe#/wgcf.exe",
|
|
"hash": "fb49a7b3c8bd824549a83a72389101086e5d5f367a28a11f8e1972e0bc902f5f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|