Skip to content

Commit

Permalink
Merge pull request #1877 from mariux64/update-syncthing190
Browse files Browse the repository at this point in the history
syncthing: update to 1.9.0
  • Loading branch information
pmenzel authored Sep 9, 2020
2 parents df6bfe5 + db49c34 commit 666a939
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 666a939

Please sign in to comment.