Skip to content

Commit

Permalink
Merge pull request #2756 from mariux64/update-syncthing-1220
Browse files Browse the repository at this point in the history
syncthing: update 1.21.0 to 1.22.0
  • Loading branch information
wwwutz authored Oct 11, 2022
2 parents 3c16ed5 + 00acc8c commit 6ee6e96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.21.0-0
# BEE_VERSION syncthing-1.22.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/4cec3f1ff8da9d62c8918aca70bc9ff3/syncthing-v1.21.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/ea6b9109f7b2925f02e52bf5eb830794/syncthing-v1.22.0.tar.gz"


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

0 comments on commit 6ee6e96

Please sign in to comment.