Skip to content

Commit

Permalink
Merge pull request #2071 from mariux64/update-syncthing-1151
Browse files Browse the repository at this point in the history
syncthing: update tyo 1.15.1
  • Loading branch information
wwwutz authored Apr 15, 2021
2 parents 4b62a37 + 366f961 commit 3f875da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.13.1-0
# BEE_VERSION syncthing-1.15.1-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/09ba3d5d3cdf2d92829ce9e8c6d8c730/syncthing-v1.13.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/ad6a2d9cd96c24b74e2345bd33090cc8/syncthing-v1.15.1.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 stcli stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool; do
for b in stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool stdisco stdiscosrv stfinddevice ; do
cp ${S}/bin/$b ${D}/usr/bin
done

Expand Down

0 comments on commit 3f875da

Please sign in to comment.