From cba25db31feaf116e977dcb26ac00a06b140c8ab Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:32:51 +0300 Subject: [PATCH] syncthing@1.27.2: Add arm64 version (#5411) --- bucket/syncthing.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bucket/syncthing.json b/bucket/syncthing.json index d3b5431077..f57443662a 100644 --- a/bucket/syncthing.json +++ b/bucket/syncthing.json @@ -14,6 +14,11 @@ "url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-386-v1.27.2.zip", "hash": "2b4f978d17a3f1658ab99e7669262c300eb52f3f7dff35915dbed0e4dc09cfa4", "extract_dir": "syncthing-windows-386-v1.27.2" + }, + "arm64": { + "url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-arm64-v1.27.2.zip", + "hash": "fbdad60b4161d6fa6f02613cf1c19ce2603821feb0de7c5c209917fba17378f3", + "extract_dir": "syncthing-windows-arm64-v1.27.2" } }, "pre_install": [ @@ -43,6 +48,10 @@ "32bit": { "url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-386-v$version.zip", "extract_dir": "syncthing-windows-386-v$version" + }, + "arm64": { + "url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-arm64-v$version.zip", + "extract_dir": "syncthing-windows-arm64-v$version" } }, "hash": {