Skip to content

Commit

Permalink
syncthing: update 0.14.49 to 0.14.50
Browse files Browse the repository at this point in the history
latest & greatest
  • Loading branch information
wwwutz committed Sep 27, 2018
1 parent a1f63ff commit a10f7e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/env beesh

# BEE_VERSION syncthing-0.14.49-1
# BEE_VERSION syncthing-0.14.50-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"

## Add URLs/paths to patch files
# for 1.41.49 only, see https://forum.syncthing.net/t/syncthing-v0-14-49/11875/10
PATCHURL+=(/src/mariux/patches/syncthing-0001-build-Build-and-set-GOPATH-before-generating-assets.patch)
PATCHURL+=(https://github.com/syncthing/syncthing/pull/5095.patch)
#PATCHURL+=(/src/mariux/patches/syncthing-0001-build-Build-and-set-GOPATH-before-generating-assets.patch)
#PATCHURL+=(https://github.com/syncthing/syncthing/pull/5095.patch)
## files that should not be added from the image directory.
# EXCLUDE+=()

Expand Down

0 comments on commit a10f7e7

Please sign in to comment.