From c0924c9be7679312cae86f21bd10b4948e41e1bd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 7 Aug 2019 23:38:50 +0200 Subject: [PATCH] syncthing: Update from 1.2.0 to 1.2.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 d1c8cab76..8fe016452 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.2.0 -TERMUX_PKG_SHA256=0339877effdcf3bf8aa7d4d1e50b878992792e4752ff778f27788bf71eccecd0 +TERMUX_PKG_VERSION=1.2.1 +TERMUX_PKG_SHA256=313bd59ddc2562e833fc4caa8d90360a06d5ff02976c0a4d5d42393e6f8bceac 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(){