From 1e9e5dec1e19fe6be96d6ca661a098ec4a974b68 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 7 Dec 2021 12:37:21 +0000 Subject: [PATCH] syncthing: update to 1.18.5 This commit has been automatically submitted by Github Actions. --- packages/syncthing/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/syncthing/build.sh b/packages/syncthing/build.sh index 02557204b..d3499e9dc 100644 --- a/packages/syncthing/build.sh +++ b/packages/syncthing/build.sh @@ -4,9 +4,9 @@ TERMUX_PKG_LICENSE="MPL-2.0" TERMUX_PKG_MAINTAINER="@termux" # NOTE: as of 1.12.0 compilation fails when package zstd is # present in TERMUX_PREFIX. -TERMUX_PKG_VERSION=1.18.4 +TERMUX_PKG_VERSION=1.18.5 TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/releases/download/v${TERMUX_PKG_VERSION}/syncthing-source-v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=163185cf120a7c66fa114937d8712866a891cf09c50eb2995fd49788850c7c02 +TERMUX_PKG_SHA256=c64db4d5fe6ae6525d2333fdd5cb41243e56430ced377c59ca69731a1183df1f TERMUX_PKG_AUTO_UPDATE=true termux_step_make(){