From 75458e78a8c611d4e8d1364034c09c26d6adf4da Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 12 Jan 2021 11:16:54 -1000 Subject: [PATCH] syncthing: bump to 1.12.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 05c56c4d7..620eb152a 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.9.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.12.0 +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:=a4e3e5997b2c4c76512ed9b32a067b2a90e26c0d445f8c3c62af65d2b93d4d8b +PKG_HASH:=fb0b57581c59b050a6ad2fbde8058114dc380d7f27635eff91e8e1a86a3f1a29 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)