diff options
author | Paul Spooren <mail@aparcar.org> | 2020-03-23 16:34:36 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-03-23 17:18:01 -1000 |
commit | 3a651638ce9c45b47e821aed5ea3086ce0290d6f (patch) | |
tree | df850410b53b7800bd4db34d810d65210e4fbe44 /utils | |
parent | 0fa07ed578fad68609974b999bc4f75340e6f250 (diff) |
syncthing: bump to 1.4.0
Release information:
https://github.com/syncthing/syncthing/releases/tag/v1.4.0
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/syncthing/Makefile | 6 |
1 files 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) |