From c5c3dd7630ebf9cc93e082dca5b136211bcb3e2d Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 7 Dec 2020 23:21:17 +0000 Subject: [PATCH] syncthing: update to 1.12.0 --- 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 b8abf3528..2f8578f95 100644 --- a/packages/syncthing/build.sh +++ b/packages/syncthing/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://syncthing.net/ TERMUX_PKG_DESCRIPTION="Decentralized file synchronization" TERMUX_PKG_LICENSE="MPL-2.0" -TERMUX_PKG_VERSION=1.11.1 +TERMUX_PKG_VERSION=1.12.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=0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302 +TERMUX_PKG_SHA256=fb0b57581c59b050a6ad2fbde8058114dc380d7f27635eff91e8e1a86a3f1a29 termux_step_make(){ termux_setup_golang