Skip to content

syncthing:update to 1.18.0 #2170

Merged
merged 1 commit into from
Aug 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stwatchfile is now twice in the list.

cp ${S}/bin/$b ${D}/usr/bin
done

Expand Down