diff --git a/syncthing.be0 b/syncthing.be0 index 6efa2275c..d642e5b65 100755 --- a/syncthing.be0 +++ b/syncthing.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION syncthing-0.14.46-0 +# BEE_VERSION syncthing-0.14.46-1 ## 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" @@ -31,7 +31,7 @@ build_in_sourcedir #} mee_build() { - go run build.go + go run build.go -no-upgrade }