diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1b899510bd239c..d559424b6a3f84 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.27.12 +version=1.28.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -16,12 +16,12 @@ license="MPL-2.0" homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/syncthing/archive/v${version}.tar.gz" -checksum=c6d9a06ee223bad61b83b9212f089b960f495f7e84f3aae46ba207d5b808e1da +checksum=ae0b96744a61d30e5fe7a6054d984c2a488c389e0e9baad8a868a71871ed1444 pre_build() { GOARCH= go generate \ github.com/syncthing/syncthing/lib/api/auto \ - github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto + github.com/syncthing/syncthing/cmd/infra/strelaypoolsrv/auto } post_install() {