diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 48aff52f40a..bef01eb1a45 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.23.7 -revision=3 +version=1.24.0 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" @@ -10,15 +10,13 @@ go_package=" ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}" -hostmakedepends="go1.20" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen " license="MPL-2.0" homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=cc36d6244590f0eeaa1df6f465b617dd7fdbee3dae434d55b272b25580f6e53b -export GOTOOLCHAIN=go1.20 +checksum=75734e6f75395d9d4f5c27a415753b372d5aad5fb9ff08d3a6b50df4b0626133 pre_build() { GOARCH= go generate \