ScoopBucket/bucket/easytier.json

30 lines
955 B
JSON
Raw Normal View History

2024-09-18 22:13:34 +08:00
{
2024-10-10 18:32:06 +08:00
"version": "2.0.1",
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-10 18:32:06 +08:00
"url": "https://github.com/EasyTier/EasyTier/releases/download/v2.0.1/easytier-windows-x86_64-v2.0.1.zip",
"hash": "2b628b503ae9d5cfbfc1a96e7848389f16448e3ab165358a776afb0d231828a1"
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"
}
}
}
}