mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
syncthing: update to 1.24.0.
This commit is contained in:
parent
107e33e199
commit
9b359cf254
1 changed files with 3 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue