From eea8dfdec8df4c166b8f4805e117a3d6897d57c3 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 22 Aug 2025 12:46:59 +0000 Subject: [PATCH] bump(main/syncthing): 2.0.3 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 aeddd0e6e7..8254351c28 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="2.0.2" +TERMUX_PKG_VERSION="2.0.3" TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=b5f61ee87bf999480522b872ab5f9c7246c7818e792d1e2984940c4f3213d572 +TERMUX_PKG_SHA256=ccb5524e27f0c19c225275603bf2390bb0a1663ae63863f766303204a62cdce0 TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {