Skip to content

Commit

Permalink
Merge pull request #2849 from mariux64/update-syncthing-1231
Browse files Browse the repository at this point in the history
syncthing: update 1.23.0 to 1.23.1
  • Loading branch information
wwwutz authored Feb 9, 2023
2 parents a3af515 + 7ef370d commit e03cfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.23.0-1
# BEE_VERSION syncthing-1.23.1-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/39949305d527c0e74dea8ff7da455122/syncthing-v1.23.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/28f33461580ea4d6391e792d66ef826e/syncthing-v1.23.1.tar.gz"

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

0 comments on commit e03cfe2

Please sign in to comment.