1
0
mirror of https://github.com/laoxong/ScoopBucket synced 2025-03-01 06:54:45 +01:00

30 lines
955 B
JSON
Raw Normal View History

2024-09-18 22:13:34 +08:00
{
2024-10-26 23:41:10 +08:00
"version": "2.0.3",
2024-09-18 22:13:34 +08:00
"description": "A simple, secure, decentralized VPN mesh network solution",
"homepage": "https://easytier.rs/",
"license": "Apache-2.0-license",
"architecture": {
"64bit": {
2024-10-26 23:41:10 +08:00
"url": "https://github.com/EasyTier/EasyTier/releases/download/v2.0.3/easytier-windows-x86_64-v2.0.3.zip",
"hash": "18176b2ea53703093bbb16b4938160bfca4d96fbbd61097c5585a13b4fa3c10d"
2024-09-18 22:13:34 +08:00
}
},
"shortcuts": [
[
"easytier-core.exe",
"easytier-cli.exe"
]
],
"bin": ['easytier-core.exe', 'easytier-cli.exe'],
2024-09-18 22:17:13 +08:00
"checkver": {"github": "https://github.com/EasyTier/EasyTier"},
2024-09-18 22:27:02 +08:00
"extract_dir": "easytier-windows-x86_64",
2024-09-18 22:13:34 +08:00
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip"
}
}
}
}