Skip to content

Commit

Permalink
Merge pull request #1870 from mariux64/update-syncthing180
Browse files Browse the repository at this point in the history
syncthing: update to 1.8.0
  • Loading branch information
wwwutz authored Sep 1, 2020
2 parents c610587 + 8bc235d commit cf64052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.6.1-0
# BEE_VERSION syncthing-1.8.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://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"

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

0 comments on commit cf64052

Please sign in to comment.