mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-02-07 08:36:36 +01:00
30 lines
955 B
JSON
30 lines
955 B
JSON
{
|
|
"version": "2.0.1",
|
|
"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.1/easytier-windows-x86_64-v2.0.1.zip",
|
|
"hash": "2b628b503ae9d5cfbfc1a96e7848389f16448e3ab165358a776afb0d231828a1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|