Skip to content

Commit

Permalink
syncthing: update tyo 1.15.1
Browse files Browse the repository at this point in the history
This release updates the CLI to use subcommands and adds the subcommands
cli (previously standalone stcli utility) and decrypt (for offline
verifying and decrypting encrypted folders).
  • Loading branch information
wwwutz committed Apr 15, 2021
1 parent 3273458 commit 366f961
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 366f961

Please sign in to comment.