syncthing: update to 2.1.3.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=2.1.2
|
||||
version=2.1.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
@@ -10,7 +10,8 @@ go_package="
|
||||
${go_import_path}/cmd/syncthing"
|
||||
go_build_tags="noupgrade"
|
||||
go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}"
|
||||
make_check_target="./lib/...
|
||||
make_check_target="
|
||||
./lib/...
|
||||
./cmd/stdiscosrv
|
||||
./cmd/strelaysrv
|
||||
./cmd/syncthing"
|
||||
@@ -20,7 +21,7 @@ license="MPL-2.0"
|
||||
homepage="https://syncthing.net/"
|
||||
changelog="https://github.com/syncthing/syncthing/releases"
|
||||
distfiles="https://github.com/syncthing/syncthing/archive/v${version}.tar.gz"
|
||||
checksum=cddcd03945de492f5c995f6fcda910fc49c1174a74899a26704aae63aa558c4a
|
||||
checksum=177792c697f61fc25f02d8fc8923dfc57ebb35753bd92c8d32a73d553446d117
|
||||
|
||||
pre_build() {
|
||||
GOARCH= go generate github.com/syncthing/syncthing/lib/api/auto
|
||||
|
||||
Reference in New Issue
Block a user