From 041fe895bb8a041da924fcb6e1ea310ad65eb266 Mon Sep 17 00:00:00 2001 From: Stefaan Ghysels Date: Thu, 3 Oct 2019 17:14:19 +0200 Subject: [PATCH] Bump to v1.3.0 --- wdpk/syncthing/apkg.rc | 2 +- wdpk/syncthing/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wdpk/syncthing/apkg.rc b/wdpk/syncthing/apkg.rc index d4d37e3..3adbc84 100644 --- a/wdpk/syncthing/apkg.rc +++ b/wdpk/syncthing/apkg.rc @@ -1,5 +1,5 @@ Package: syncthing -Version: 1.2.2 +Version: 1.3.0 Packager: TFL Email: Homepage: https://www.syncthing.net diff --git a/wdpk/syncthing/install.sh b/wdpk/syncthing/install.sh index 06c07db..803a8e6 100755 --- a/wdpk/syncthing/install.sh +++ b/wdpk/syncthing/install.sh @@ -28,7 +28,7 @@ if [ "${PLATFORM}" = "x86_64" ]; then else PLATFORM="arm" fi -VERSION="v1.2.2" +VERSION="v1.3.0" MAINDIR="syncthing-linux-${PLATFORM}-${VERSION}" PACKAGE="${MAINDIR}.tar.gz"