From 7e4a3c6693d9fb0dc5ec2398427c3f026cbedddc Mon Sep 17 00:00:00 2001 Message-Id: <7e4a3c6693d9fb0dc5ec2398427c3f026cbedddc.1718536440.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 13 Oct 2017 19:47:30 +0300 Subject: [PATCH] syncthing: update to 0.14.39 (#1655) Organization: Straylight/Edgeware From: Leonid Plyushch --- 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 2f3a42a4..51f0a0c7 100644 --- a/packages/syncthing/build.sh +++ b/packages/syncthing/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://syncthing.net/ TERMUX_PKG_DESCRIPTION="Decentralized file synchronization" -TERMUX_PKG_VERSION=0.14.38 -TERMUX_PKG_SHA256=cfd55bafeb12ed5257093452f128806d96f25ff4bf0f8100ecf590bc4d02047e +TERMUX_PKG_VERSION=0.14.39 +TERMUX_PKG_SHA256=2ef169e75590032ef501789fdffb8142dd1d5e1f07df064a71e402bc47dbb91e 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(){ -- [mdw]