Skip to content

Commit

Permalink
syncthing: do not allow automagic upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Apr 12, 2018
1 parent 6a451e9 commit cbdb568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -31,7 +31,7 @@ build_in_sourcedir
#}

mee_build() {
go run build.go
go run build.go -no-upgrade

}

Expand Down

0 comments on commit cbdb568

Please sign in to comment.