Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wdpk/syncthing/apkg.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: syncthing
Version: 1.27.1
Version: 1.29.6
Packager: TFL
Email:
Homepage: https://www.syncthing.net
Expand Down
2 changes: 1 addition & 1 deletion wdpk/syncthing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Building ${APP_NAME} version ${VERSION}"
MODELS="WDMyCloudEX4 WDMyCloudEX2 WDMyCloudMirror WDMyCloud WDMyCloudEX4100 WDMyCloudDL4100 WDMyCloudEX2100 WDMyCloudDL2100 WDMyCloudMirrorGen2 MyCloudEX2Ultra MyCloudPR4100 MyCloudPR2100"

for model in $MODELS; do
../../mksapkg -E -s -m $model > /dev/null
../../mksapkg-OS5 -E -s -m $model > /dev/null
done

echo "Move binaries"
Expand Down
2 changes: 1 addition & 1 deletion wdpk/syncthing/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "${PLATFORM}" = "x86_64" ]; then
else
PLATFORM="arm"
fi
VERSION="v1.27.1"
VERSION="v1.29.6"

MAINDIR="syncthing-linux-${PLATFORM}-${VERSION}"
PACKAGE="${MAINDIR}.tar.gz"
Expand Down