syncthing: rebuild with go-1.8

This commit is contained in:
Michael Gehring 2017-02-17 12:42:18 +00:00
parent b1cce7588c
commit eebb05f2fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'syncthing' # Template file for 'syncthing'
pkgname=syncthing pkgname=syncthing
version=0.14.23 version=0.14.23
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_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"