mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "2.2.29",
|
|
"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.29/wgcf_2.2.29_windows_386.exe#/wgcf.exe",
|
|
"hash": "1724fd9d37978b662278af4732c49e3671ffcbd96959c23b9847409d93fcc9c3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/ViRb3/wgcf/releases/download/v2.2.29/wgcf_2.2.29_windows_amd64.exe#/wgcf.exe",
|
|
"hash": "987d6d14aa2b9873b357c7489097b81004549901b9237bdd15bf1694edc0d609"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|