Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2170 from mariux64/update-syncthing1180
syncthing:update to 1.18.0
  • Loading branch information
wwwutz committed Aug 20, 2021
2 parents b6dfecf + b247487 commit b5e1972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncthing.be0
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.17.0-0
# BEE_VERSION syncthing-1.18.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://beehive.molgen.mpg.de/6c1d575473e64408eca4f46f762b5c69/syncthing-v1.17.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/afc46246803654106f6cddf1a86a23de/syncthing-v1.18.0.tar.gz"

## Add URLs/paths to patch files
# PATCHURL+=()
Expand Down Expand Up @@ -40,7 +40,7 @@ mee_build() {
mee_install() {
mkdir -p ${D}/usr/bin
cp ${S}/syncthing ${D}/usr/bin
for b in stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool stdisco stdiscosrv stfinddevice ; do
for b in stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool stdisco stdiscosrv stfinddevice stgenfiles stwatchfile; do
cp ${S}/bin/$b ${D}/usr/bin
done

Expand Down

0 comments on commit b5e1972

Please sign in to comment.