Skip to content

syncthing: update from 1.22.0 to 1.22.2 #2801

Merged
merged 1 commit into from Dec 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions syncthing.be0
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.22.0-0
# BEE_VERSION syncthing-1.22.2-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/ea6b9109f7b2925f02e52bf5eb830794/syncthing-v1.22.0.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/e76c2a4a7ebe0e972afe8bb42cf51aa0/syncthing-v1.22.2.tar.gz"


## Add URLs/paths to patch files
Expand Down