Skip to content

syncthing: update 0.14.49 to 0.14.50 #923

Merged
merged 1 commit into from
Sep 27, 2018
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
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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why should these be kept as comments?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll remove them in .51. They describe the 'changes' from the last internal version, and this information will be lost in /usr/share/bee . There is no git log in /usr/share/bee 8-)

## files that should not be added from the image directory.
# EXCLUDE+=()

Expand Down