diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-07 15:55:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 15:55:39 -0800 |
commit | 752241eb8b5f7b092f61eaea51dc9327b4000d64 (patch) | |
tree | 2ebfc614b4e16352c95438fc9f92e4cda0317bec /utils | |
parent | 973ca6954e623aa2dd4a4d02bf5db3de3c9f098b (diff) | |
parent | 7c1d6571ca4a6ca8dd03fb9b3b212a2a78525543 (diff) |
Merge pull request #11272 from aparcar/syncthing1.3.4
syncthing: bump to 1.3.4
Diffstat (limited to 'utils')
-rw-r--r-- | utils/syncthing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 5b91dd604..78474964f 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.3.4 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:=313bd59ddc2562e833fc4caa8d90360a06d5ff02976c0a4d5d42393e6f8bceac +PKG_HASH:=e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME) |