Skip to content

syncthing: update 1.29.2 to 1.29.5 #3234

Merged
merged 1 commit into from
Apr 28, 2025
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
11 changes: 2 additions & 9 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.29.2-0
# BEE_VERSION syncthing-1.29.5-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/4d39c00aac4108a8f03782bc3cde52ce/syncthing-v1.29.2.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/0f436d5a73e77d42206dea6c8b827204/syncthing-v1.29.5.tar.gz"

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

## uncomment to change default
#build_in_sourcedir

## specify different source directory
# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}
Expand Down