Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2722 from mariux64/update-syncthing-1204
syncthing: update from 1.20.1 to 1.20.4
  • Loading branch information
wwwutz committed Aug 2, 2022
2 parents 4e8fb93 + 218c224 commit fb02df7
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.20.1-0
# BEE_VERSION syncthing-1.20.4-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/9c123ff57638c5ca7d3b32075f666db6/syncthing-v1.20.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/a16aaf80d70cd04c8cf7ae16b1d9ced3/syncthing-v1.20.4.tar.gz"

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

0 comments on commit fb02df7

Please sign in to comment.