aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-06-29 14:14:13 -1000
committerPaul Spooren <mail@aparcar.org>2020-06-29 15:05:21 -1000
commit172221104c9b7c395262c40f7849e2c3ad13fe30 (patch)
tree4e8a5f605a21bd48232da8811b51b313773c24fc
parent21f2f587522803ca2fd372d40e8e30cf8eafe38d (diff)
syncthing: bump to 1.6.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--utils/syncthing/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile
index c57730d2e..7fb87931d 100644
--- a/utils/syncthing/Makefile
+++ b/utils/syncthing/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=syncthing
-PKG_VERSION:=1.4.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.6.1
+PKG_RELEASE:=0
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
-PKG_HASH:=0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
+PKG_HASH:=f42518d453f7475022b5632420f21a6e0ab8d77f19c29b65ad582bc98e00a0a5
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)