From a76ca2ae4d5ce04c9f2386a84ef4dc94d1d7ba8d Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Wed, 4 May 2022 18:23:06 +0000 Subject: [PATCH] syncthing: update to 1.20.1 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 37010bd0c..4832ceb8e 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.20.0" +TERMUX_PKG_VERSION="1.20.1" 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=6dc78dbe046f2fa9a4f70b04cf2500705d3a22618f5cf430ffcb7338cce968c7 +TERMUX_PKG_SHA256=a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {