diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 8b6104bc27..034ee63d2a 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.21 -revision=2 +version=0.14.22 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=b46e67e16f64631b956b6724afd229876a1fee95c12dae4ae211d2623e35fdf6 +checksum=ab68de8fb59ff8519ccc4c1b26c516b7814e5a2b910e110a7b93123ca3363b02 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go