syncthing: update to 1.24.0.

This commit is contained in:
Duncaen 2023-09-05 21:45:46 +02:00
parent 107e33e199
commit 9b359cf254
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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 <duncaen@voidlinux.org>"
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 \