From 2af10080c4a6ca7428047fd76e3ff362c2d266d3 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 5 Dec 2019 10:36:32 +0100 Subject: [PATCH] syncthing: update to 1.3.2 - fix memory consumption --- syncthing.be0 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/syncthing.be0 b/syncthing.be0 index 5640e96e2..1db9e2db9 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION syncthing-1.3.1-0 +# BEE_VERSION syncthing-1.3.2-0 ## The source URL(s) array SRCURL[0]="https://github.com/syncthing/syncthing/releases/download/v${PKGVERSION}/syncthing-source-v${PKGVERSION}.tar.gz syncthing-v${PKGVERSION}.tar.gz" @@ -51,3 +51,8 @@ mee_install() { mkdir -p ${D}/usr/share/man/man7 cp ${S}/man/syncthing-*.7 ${D}/usr/share/man/man7 } + +#mee_install_post() { +# exit +#} +