From 1dbf4d067583c09795ea3e72eec304a8a5a62602 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 10 Jan 2025 00:35:43 +0000 Subject: [PATCH] bump(main/syncthing): 1.29.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 e1cff347e80ca1..86f102af1bf036 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.29.0" +TERMUX_PKG_VERSION="1.29.1" TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=2d2ead8ada92e48c9b45a62e1c85b781214579d125bf04c8a95859760c7db71b +TERMUX_PKG_SHA256=a9446652ce994ef479e8637b797803c7f53dec65d4cf45dfa6a394ff3475bbaa TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {