From db49c348f0a140e197dab56bb48a5a30a97134c3 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 8 Sep 2020 15:49:27 +0200 Subject: [PATCH] syncthing: update to 1.9.0 Bugfixes: Syncthing 1.8.0 trying to connect via wrong network route and others. --- syncthing.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing.be0 b/syncthing.be0 index a7975f687..ef8e51fee 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,10 +1,10 @@ #!/bin/env beesh -# BEE_VERSION syncthing-1.8.0-0 +# BEE_VERSION syncthing-1.9.0-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/a2501c80c9b75eaa547767dc830fd4ce/syncthing-v1.8.0.tar.gz" +#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/de188d86224e83d537c2a66f2f2dea71/syncthing-v1.9.0.tar.gz" ## Add URLs/paths to patch files # PATCHURL+=()