From 3a651638ce9c45b47e821aed5ea3086ce0290d6f Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 23 Mar 2020 16:34:36 -1000 Subject: [PATCH] syncthing: bump to 1.4.0 Release information: https://github.com/syncthing/syncthing/releases/tag/v1.4.0 Signed-off-by: Paul Spooren --- utils/syncthing/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index cc431b4ee..11a2efff5 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -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)