syncthing: bump to 1.4.0
authorPaul Spooren <mail@aparcar.org>
Tue, 24 Mar 2020 02:34:36 +0000 (16:34 -1000)
committerPaul Spooren <mail@aparcar.org>
Tue, 24 Mar 2020 03:18:01 +0000 (17:18 -1000)
Release information:
https://github.com/syncthing/syncthing/releases/tag/v1.4.0

Signed-off-by: Paul Spooren <mail@aparcar.org>
utils/syncthing/Makefile

index cc431b4eeafb9fb131ba20fd748498c32728071e..11a2efff56f197e6d91bfe03cbf996940b8f8658 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=syncthing
-PKG_VERSION:=1.3.4
-PKG_RELEASE:=3
+PKG_VERSION:=1.4.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
-PKG_HASH:=e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08
+PKG_HASH:=0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
 
 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)