From 45074bc02c15dac4d26826d49814266726f28276 Mon Sep 17 00:00:00 2001 From: Sunset Mikoto <26019675+SunsetMkt@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:54:25 +0800 Subject: [PATCH] easytier-gui: Add version 2.4.5 --- bucket/easytier-gui.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/easytier-gui.json diff --git a/bucket/easytier-gui.json b/bucket/easytier-gui.json new file mode 100644 index 00000000000000..7d4592b4ff41ce --- /dev/null +++ b/bucket/easytier-gui.json @@ -0,0 +1,34 @@ +{ + "version": "2.4.5", + "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.4.5/easytier-gui_2.4.5_x64-setup.exe#dl.zip", + "hash": "57727f955a01c9d2ac4566b9320cf383a3e446ebc5f882e7995aa5195a4ef1f0" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.4.5/easytier-gui_2.4.5_arm64-setup.exe#dl.zip", + "hash": "52bdd7b52ba11036636673e28b71e14637fd915b3a4189eea20f81d833ac77bf" + } + }, + "bin": "easytier-gui.exe", + "shortcuts": [ + [ + "easytier-gui.exe", + "easytier-gui" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_x64-setup.exe#dl.zip" + }, + "arm64": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-gui_$version_arm64-setup.exe#dl.zip" + } + } + } +}