Skip to content

Commit

Permalink
syncthing: update to 1.8.0
Browse files Browse the repository at this point in the history
- update.
  • Loading branch information
wwwutz committed Sep 1, 2020
1 parent c610587 commit 8bc235d
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 8bc235d

Please sign in to comment.