parent
211bd8de41
commit
4cc4d70003
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
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/stcli
|
||||||
${go_import_path}/cmd/strelaysrv
|
${go_import_path}/cmd/strelaysrv
|
||||||
${go_import_path}/cmd/syncthing"
|
${go_import_path}/cmd/syncthing"
|
||||||
go_build_tags="noupgrade"
|
go_build_tags="noupgrade"
|
||||||
|
|
Loading…
Reference in New Issue