From a40bb5e2aef7de27c3201365583f86dc79090451 Mon Sep 17 00:00:00 2001 From: BKLRsk <61128800+BKLRsk@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:23:55 +0800 Subject: [PATCH 1/4] add easytier.json for Extras bucket --- bucket/easytier.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/easytier.json diff --git a/bucket/easytier.json b/bucket/easytier.json new file mode 100644 index 00000000000000..7297878c233cf9 --- /dev/null +++ b/bucket/easytier.json @@ -0,0 +1,27 @@ +{ + "version": "2.0.3", + "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.0.3/easytier-windows-x86_64-v2.0.3.zip", + "hash": "18176b2ea53703093bbb16b4938160bfca4d96fbbd61097c5585a13b4fa3c10d", + "extract_dir": "easytier-windows-x86_64" + } + }, + "bin": [ + "easytier-cli.exe", + "easytier-core.exe" + ], + "checkver": { + "github": "https://github.com/EasyTier/EasyTier" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.0.3/easytier-windows-x86_64-v$version.zip" + } + } + } +} \ No newline at end of file From d84915c17a61ad656c2487b2c01acb373dec0077 Mon Sep 17 00:00:00 2001 From: BKLRsk <61128800+BKLRsk@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:32:44 +0900 Subject: [PATCH 2/4] Update easytier.json and fix autoupdate --- bucket/easytier.json | 52 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/bucket/easytier.json b/bucket/easytier.json index 7297878c233cf9..d4bec97ac1dbad 100644 --- a/bucket/easytier.json +++ b/bucket/easytier.json @@ -1,27 +1,27 @@ { - "version": "2.0.3", - "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.0.3/easytier-windows-x86_64-v2.0.3.zip", - "hash": "18176b2ea53703093bbb16b4938160bfca4d96fbbd61097c5585a13b4fa3c10d", - "extract_dir": "easytier-windows-x86_64" - } - }, - "bin": [ - "easytier-cli.exe", - "easytier-core.exe" - ], - "checkver": { - "github": "https://github.com/EasyTier/EasyTier" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.0.3/easytier-windows-x86_64-v$version.zip" - } - } - } -} \ No newline at end of file + "version": "2.1.0", + "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.0/easytier-windows-x86_64-v2.1.0.zip", + "hash": "745c96fdada633bb94f35e908334630b18f26555e1bd6b18a2add946c9e0b382", + "extract_dir": "easytier-windows-x86_64" + } + }, + "bin": [ + "easytier-cli.exe", + "easytier-core.exe" + ], + "checkver": { + "github": "https://github.com/EasyTier/EasyTier" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip" + } + } + } +} From de16b1bb4eaa2233b75a6bca277898bbfe4ea2d6 Mon Sep 17 00:00:00 2001 From: BKLRsk <61128800+BKLRsk@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:33:53 +0900 Subject: [PATCH 3/4] easytier: Add arm64 v2.1.1, change "checkver" --- bucket/easytier.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/bucket/easytier.json b/bucket/easytier.json index d4bec97ac1dbad..2132075017a611 100644 --- a/bucket/easytier.json +++ b/bucket/easytier.json @@ -1,26 +1,32 @@ { - "version": "2.1.0", + "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.0/easytier-windows-x86_64-v2.1.0.zip", - "hash": "745c96fdada633bb94f35e908334630b18f26555e1bd6b18a2add946c9e0b382", + "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-x86_64-v2.1.1.zip", + "hash": "a174dc35b851cd1dedf50910a81c8477b7a748519b88f93c2c4afbc16aa1b22f", "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": "https://github.com/EasyTier/EasyTier" - }, + "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" } } } From a4acea415ed28b6d73968847258faeac85a1d54b Mon Sep 17 00:00:00 2001 From: BKLRsk <61128800+BKLRsk@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:45:57 +0900 Subject: [PATCH 4/4] Update easytier.json, fix 64bit hash --- bucket/easytier.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/easytier.json b/bucket/easytier.json index 2132075017a611..774ff166b219a4 100644 --- a/bucket/easytier.json +++ b/bucket/easytier.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-x86_64-v2.1.1.zip", - "hash": "a174dc35b851cd1dedf50910a81c8477b7a748519b88f93c2c4afbc16aa1b22f", + "hash": "e14f37663340e15d7e0b92bc9b2b8caee0ec45cbf30ffe9f764760bd73133639", "extract_dir": "easytier-windows-x86_64" }, "arm64": {