Skip to content

Commit

Permalink
Merge pull request #2972 from mariux64/update-syncthing-124
Browse files Browse the repository at this point in the history
syncthing: update from 1.23.4 to 1.24.0
  • Loading branch information
wwwutz authored Sep 7, 2023
2 parents d5a6aff + 548006e commit 7995f77
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.23.4-0

## The source URL(s) array
# BEE_VERSION syncthing-1.24.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/59280b2e551a8001ce84867c27398aa3/syncthing-v1.23.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/35678b7aad1d0cf4600b4f44c5c13c0e/syncthing-v1.24.0.tar.gz"

## Add URLs/paths to patch files
# PATCHURL+=()
Expand Down Expand Up @@ -62,4 +59,3 @@ mee_install() {
mkdir -p ${D}/usr/share/man/man7
cp ${S}/man/syncthing-*.7 ${D}/usr/share/man/man7
}

0 comments on commit 7995f77

Please sign in to comment.