ScoopBucket/bucket/easytier.json
2024-10-26 23:41:10 +08:00

30 lines
955 B
JSON

{
"version": "2.0.3",
"description": "A simple, secure, decentralized VPN mesh network solution",
"homepage": "https://easytier.rs/",
"license": "Apache-2.0-license",
"architecture": {
"64bit": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v2.0.3/easytier-windows-x86_64-v2.0.3.zip",
"hash": "18176b2ea53703093bbb16b4938160bfca4d96fbbd61097c5585a13b4fa3c10d"
}
},
"shortcuts": [
[
"easytier-core.exe",
"easytier-cli.exe"
]
],
"bin": ['easytier-core.exe', 'easytier-cli.exe'],
"checkver": {"github": "https://github.com/EasyTier/EasyTier"},
"extract_dir": "easytier-windows-x86_64",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip"
}
}
}
}