From 78418c5629e2aee526e9675e2da47b350cca54ac Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 21 Nov 2019 00:15:08 +0100 Subject: [PATCH] syncthing: Update from 1.3.0 to 1.3.1 --- 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 84d6c55bf..059ac712f 100644 --- a/packages/syncthing/build.sh +++ b/packages/syncthing/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://syncthing.net/ TERMUX_PKG_DESCRIPTION="Decentralized file synchronization" TERMUX_PKG_LICENSE="MPL-2.0" -TERMUX_PKG_VERSION=1.3.0 -TERMUX_PKG_SHA256=684c4700b6f51d4fc89b422fbc3f26cae703df4649e74e20783c2d0cf845538e +TERMUX_PKG_VERSION=1.3.1 +TERMUX_PKG_SHA256=159619dfe4f22efd4e863e1871124e04c531d96940fad843c44ba605c2dd79ef TERMUX_PKG_SRCURL=https://github.com/syncthing/syncthing/releases/download/v${TERMUX_PKG_VERSION}/syncthing-source-v${TERMUX_PKG_VERSION}.tar.gz termux_step_make(){