diff --git a/bucket/easytier.json b/bucket/easytier.json new file mode 100644 index 00000000000000..774ff166b219a4 --- /dev/null +++ b/bucket/easytier.json @@ -0,0 +1,33 @@ +{ + "version": "2.1.1", + "description": "A simple, decentralized mesh VPN with WireGuard support.", + "homepage": "https://github.com/EasyTier/EasyTier", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-x86_64-v2.1.1.zip", + "hash": "e14f37663340e15d7e0b92bc9b2b8caee0ec45cbf30ffe9f764760bd73133639", + "extract_dir": "easytier-windows-x86_64" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-arm64-v2.1.1.zip", + "hash": "e8f9ed2f10638e9431ac4f72056f96d125c2572fe87f1809f0135ce6c6f73009", + "extract_dir": "easytier-windows-arm64" + } + }, + "bin": [ + "easytier-cli.exe", + "easytier-core.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-arm64-v$version.zip" + } + } + } +}