mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
syncthing: revbump for go 1.21
This commit is contained in:
parent
576e5c4c10
commit
e233fe65f1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.23.7
|
version=1.23.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="
|
go_package="
|
||||||
|
@ -19,6 +19,7 @@ distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=cc36d6244590f0eeaa1df6f465b617dd7fdbee3dae434d55b272b25580f6e53b
|
checksum=cc36d6244590f0eeaa1df6f465b617dd7fdbee3dae434d55b272b25580f6e53b
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
export GOTOOLCHAIN="go1.20.7"
|
||||||
GOARCH= go generate \
|
GOARCH= go generate \
|
||||||
github.com/syncthing/syncthing/lib/api/auto \
|
github.com/syncthing/syncthing/lib/api/auto \
|
||||||
github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto
|
github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue