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+=()