mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"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.26/wgcf_2.2.26_windows_386.exe#/wgcf.exe",
|
|
"hash": "21149089c4eb6545b2f06c9a668b36a57cc9416147245a2f040247c7bad352bf"
|
|
},
|
|
"64bit": {
|
|
"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 }",
|
|
"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"
|
|
}
|
|
}
|
|
}
|