mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
syncthing: fix tag
This commit is contained in:
parent
cf6fc5faeb
commit
b1a5b9f82c
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.29.2
|
version=1.29.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="
|
go_package="
|
||||||
${go_import_path}/cmd/stdiscosrv
|
${go_import_path}/cmd/stdiscosrv
|
||||||
${go_import_path}/cmd/strelaysrv
|
${go_import_path}/cmd/strelaysrv
|
||||||
${go_import_path}/cmd/syncthing"
|
${go_import_path}/cmd/syncthing"
|
||||||
go_build_tags="-no-upgrade"
|
go_build_tags="noupgrade"
|
||||||
go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}"
|
go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}"
|
||||||
make_check_target="./lib/...
|
make_check_target="./lib/...
|
||||||
./cmd/stdiscosrv
|
./cmd/stdiscosrv
|
||||||
|
|
Loading…
Add table
Reference in a new issue