From a10f7e72602ce8dad69a031a3e90a43cc27f899d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 27 Sep 2018 15:26:26 +0200 Subject: [PATCH] syncthing: update 0.14.49 to 0.14.50 latest & greatest --- syncthing.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing.be0 b/syncthing.be0 index 127896d94..2a3027611 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,14 +1,14 @@ #!/bin/env beesh -# BEE_VERSION syncthing-0.14.49-1 +# BEE_VERSION syncthing-0.14.50-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" ## Add URLs/paths to patch files # for 1.41.49 only, see https://forum.syncthing.net/t/syncthing-v0-14-49/11875/10 -PATCHURL+=(/src/mariux/patches/syncthing-0001-build-Build-and-set-GOPATH-before-generating-assets.patch) -PATCHURL+=(https://github.com/syncthing/syncthing/pull/5095.patch) +#PATCHURL+=(/src/mariux/patches/syncthing-0001-build-Build-and-set-GOPATH-before-generating-assets.patch) +#PATCHURL+=(https://github.com/syncthing/syncthing/pull/5095.patch) ## files that should not be added from the image directory. # EXCLUDE+=()