Skip to content

Commit

Permalink
syncthing: update to 1.9.0
Browse files Browse the repository at this point in the history
Bugfixes: Syncthing 1.8.0 trying to connect via wrong network route

and others.
  • Loading branch information
wwwutz committed Sep 8, 2020
1 parent f8d7420 commit db49c34
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.8.0-0
# BEE_VERSION syncthing-1.9.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/a2501c80c9b75eaa547767dc830fd4ce/syncthing-v1.8.0.tar.gz"
#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/de188d86224e83d537c2a66f2f2dea71/syncthing-v1.9.0.tar.gz"

## Add URLs/paths to patch files
# PATCHURL+=()
Expand Down

0 comments on commit db49c34

Please sign in to comment.