Skip to content

syncthing: update from 1.23.4 to 1.24.0 #2972

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}