From 8bc235dcd319178311cb4b477c9e774db338d0ab Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 1 Sep 2020 13:54:47 +0200 Subject: [PATCH] syncthing: update to 1.8.0 - update. --- syncthing.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/syncthing.be0 b/syncthing.be0 index 7f28d227d..a7975f687 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,9 +1,10 @@ #!/bin/env beesh -# BEE_VERSION syncthing-1.6.1-0 +# BEE_VERSION syncthing-1.8.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://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" ## Add URLs/paths to patch files # PATCHURL+=()