From e9a72c4592faef79a7dc069a615abcd540d80af0 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 6 Jul 2021 18:26:02 +0000 Subject: [PATCH] syncthing: update to 1.18.0 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 0e17af630..62566c5c4 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.17.0 +TERMUX_PKG_VERSION=1.18.0 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=625412991717e0d442e24beac88e4b7a16545fbc8c0afffeebbe95dbeae3be33 +TERMUX_PKG_SHA256=169d3579b74083d4115b4d324620a7f0888e4b1a3ad3dac71d46d76d51322900 termux_step_make(){ termux_setup_golang