Skip to content

Commit

Permalink
syncthing(ctl|tray): Update to version 1.5.5, fix autoupdate
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aliesbelik committed Jul 4, 2024
1 parent 9730386 commit 46b2bf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions bucket/syncthingctl.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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\"",
Expand All @@ -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"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions bucket/syncthingtray.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.3",
"version": "1.5.5",
"description": "Tray application for Syncthing",
"homepage": "https://github.com/Martchus/syncthingtray",
"license": {
Expand All @@ -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": [
Expand All @@ -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"
}
}
}
Expand Down

0 comments on commit 46b2bf1

Please sign in to comment.