Skip to content

Commit

Permalink
Merge pull request #3018 from mariux64/update-syncthing-125
Browse files Browse the repository at this point in the history
syncthing: update from 1.24 to 1.25
  • Loading branch information
wwwutz authored Nov 1, 2023
2 parents 93fdbd0 + 14bbe56 commit 1b208c8
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,9 +1,9 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.24.0-0
# BEE_VERSION syncthing-1.25.0-0

# 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/35678b7aad1d0cf4600b4f44c5c13c0e/syncthing-v1.24.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/f50eaa2129224050f805d5a4aae2e92b/syncthing-v1.25.0.tar.gz"

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

0 comments on commit 1b208c8

Please sign in to comment.