mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"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.19/wgcf_2.2.19_windows_386.exe#/wgcf.exe",
|
|
"hash": "b70142f08bc673b41c8a2409c94ff56dc63df874c48cfa1b393be8d3a6d08de5"
|
|
},
|
|
"64bit": {
|
|
"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 }",
|
|
"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"
|
|
}
|
|
}
|
|
}
|