mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-01-31 13:47:06 +01:00
30 lines
955 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|