parent
ab6111a23d
commit
f2d17dd39d
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=1.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
|
||||
go_build_tags="noupgrade"
|
||||
go_ldflags="-X main.Version=v${version}"
|
||||
go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}"
|
||||
hostmakedepends="git"
|
||||
short_desc="Open Source Continuous File Synchronization"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue