From d5380114a3c281ddf1a8e0202af06e851a9f3280 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 22 Nov 2020 21:38:12 +0000 Subject: [PATCH] syncthing: update to 1.11.1 --- packages/syncthing/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/syncthing/build.sh b/packages/syncthing/build.sh index c4acd55be..b8abf3528 100644 --- a/packages/syncthing/build.sh +++ b/packages/syncthing/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://syncthing.net/ TERMUX_PKG_DESCRIPTION="Decentralized file synchronization" TERMUX_PKG_LICENSE="MPL-2.0" -TERMUX_PKG_VERSION=1.10.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.11.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=6598bc8daaae70e6e11c8df86f1e38a6a286401cfcbec44f25f5aee9f444eb4e +TERMUX_PKG_SHA256=0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302 termux_step_make(){ termux_setup_golang