Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2674 from mariux64/update-syncthing-1201
syncthing: update to 1.20.1
  • Loading branch information
wwwutz committed May 6, 2022
2 parents cf70772 + e257601 commit d485d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncthing.be0
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.19.1-0
# BEE_VERSION syncthing-1.20.1-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/fbee22aad507ef5aa4e36fcf9bd082a6/syncthing-v1.19.1.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/9c123ff57638c5ca7d3b32075f666db6/syncthing-v1.20.1.tar.gz"

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

0 comments on commit d485d60

Please sign in to comment.