Skip to content

Commit

Permalink
Merge pull request #1521 from mariux64/update-syncthing-132
Browse files Browse the repository at this point in the history
syncthing: update to 1.3.2
  • Loading branch information
pmenzel authored Dec 5, 2019
2 parents 848a5d7 + 2af1008 commit a60cb76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.3.1-0
# BEE_VERSION syncthing-1.3.2-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"
Expand Down Expand Up @@ -51,3 +51,8 @@ mee_install() {
mkdir -p ${D}/usr/share/man/man7
cp ${S}/man/syncthing-*.7 ${D}/usr/share/man/man7
}

#mee_install_post() {
# exit
#}

0 comments on commit a60cb76

Please sign in to comment.