From 366f9610e94de504b5bd4064098a5169003cdf26 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 15 Apr 2021 12:16:30 +0200 Subject: [PATCH] syncthing: update tyo 1.15.1 This release updates the CLI to use subcommands and adds the subcommands cli (previously standalone stcli utility) and decrypt (for offline verifying and decrypting encrypted folders). --- syncthing.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing.be0 b/syncthing.be0 index 0b42f3dfd..9230e3e95 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,10 +1,10 @@ #!/bin/env beesh -# BEE_VERSION syncthing-1.13.1-0 +# BEE_VERSION syncthing-1.15.1-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" -SRCURL[0]="https://beehive.molgen.mpg.de/09ba3d5d3cdf2d92829ce9e8c6d8c730/syncthing-v1.13.1.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/ad6a2d9cd96c24b74e2345bd33090cc8/syncthing-v1.15.1.tar.gz" ## Add URLs/paths to patch files # PATCHURL+=() @@ -40,7 +40,7 @@ mee_build() { mee_install() { mkdir -p ${D}/usr/bin cp ${S}/syncthing ${D}/usr/bin - for b in stcli stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool; do + for b in stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool stdisco stdiscosrv stfinddevice ; do cp ${S}/bin/$b ${D}/usr/bin done