From 46b2bf1331ce687eb4ae77b9dc5114818638ee12 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Thu, 4 Jul 2024 07:12:02 +0300 Subject: [PATCH] syncthing(ctl|tray): Update to version 1.5.5, fix autoupdate 32-bit version now only with Qt5, version 1.5.3 is the last version providing 32-bit builds for Windows 10, see https://martchus.github.io/syncthingtray/#downloads-section --- bucket/syncthingctl.json | 12 ++++++------ bucket/syncthingtray.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bucket/syncthingctl.json b/bucket/syncthingctl.json index c143045c04885..1f80bbc3acff9 100644 --- a/bucket/syncthingctl.json +++ b/bucket/syncthingctl.json @@ -1,5 +1,5 @@ { - "version": "1.5.3", + "version": "1.5.5", "description": "Command line app to control Syncthing", "homepage": "https://github.com/Martchus/syncthingtray", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.3/syncthingctl-1.5.3-x86_64-w64-mingw32.exe.zip", - "hash": "13d1a7211eb722ff1ba896ac3612683ef4281ce2dd7107ecc3c3e9de087fc69c" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.5/syncthingctl-1.5.5-x86_64-w64-mingw32.exe.zip", + "hash": "b7ed3e9143850fd2ec7a13269eb2fd220b781205f2314e5d2ea1b8324da57b87" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.3/syncthingctl-1.5.3-i686-w64-mingw32.exe.zip", - "hash": "3a2d7f07b3d96952321abaa761bc23a1e737533003637c8274bf57cef05c3387" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.5/syncthingctl-qt5-1.5.5-i686-w64-mingw32.exe.zip", + "hash": "42dda3fda9027ddefced537ae54caa5d8a55f1dd24252f1e7add07351ef2ac31" } }, "pre_install": "Move-Item \"$dir\\syncthingctl-*.exe\" \"$dir\\syncthingctl.exe\"", @@ -25,7 +25,7 @@ "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-$version-x86_64-w64-mingw32.exe.zip" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-$version-i686-w64-mingw32.exe.zip" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingctl-qt5-$version-i686-w64-mingw32.exe.zip" } } } diff --git a/bucket/syncthingtray.json b/bucket/syncthingtray.json index 854cceab5c076..e279f24638d7d 100644 --- a/bucket/syncthingtray.json +++ b/bucket/syncthingtray.json @@ -1,5 +1,5 @@ { - "version": "1.5.3", + "version": "1.5.5", "description": "Tray application for Syncthing", "homepage": "https://github.com/Martchus/syncthingtray", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.3/syncthingtray-1.5.3-x86_64-w64-mingw32.exe.zip", - "hash": "9002f329ef2a4ce986b69b4cd88bffa7e964aeb10f17c707396a0af99159a528" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.5/syncthingtray-1.5.5-x86_64-w64-mingw32.exe.zip", + "hash": "b5b8b028a498ff3ae75826e1e4ced19d15e07759baa00ea950c716a9a3facc1e" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.3/syncthingtray-1.5.3-i686-w64-mingw32.exe.zip", - "hash": "537059103419f81db56ef7af629d53a8fef6532898daeded1d9fc1a25525efa5" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v1.5.5/syncthingtray-qt5-1.5.5-i686-w64-mingw32.exe.zip", + "hash": "bff141a8ebb7703b80b99a464f46e1bfdff62569cbce9c3f1192b7c628777c40" } }, "pre_install": [ @@ -34,7 +34,7 @@ "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingtray-$version-x86_64-w64-mingw32.exe.zip" }, "32bit": { - "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingtray-$version-i686-w64-mingw32.exe.zip" + "url": "https://github.com/Martchus/syncthingtray/releases/download/v$version/syncthingtray-qt5-$version-i686-w64-mingw32.exe.zip" } } }