diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 80e1b999379..58556dd20ad 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,19 +1,20 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.0.0 +version=1.0.1 revision=1 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}" +hostmakedepends="git" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen " license="MPL-2.0" #changelog="https://github.com/syncthing/syncthing/releases" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=737161bc87c1f414c142d95e04102de2bbdc8b0bfff908a114898305956a16c1 +checksum=b48263c724d4f144c2f24896106036e17e2e16896d72648a738843d8febb5320 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go