seaweedfs: update to 3.90.

This commit is contained in:
lemmi 2025-06-09 08:52:34 +02:00
parent 3cbe04c9bf
commit 3df2ad2330

View file

@ -1,6 +1,6 @@
# Template file for 'seaweedfs' # Template file for 'seaweedfs'
pkgname=seaweedfs pkgname=seaweedfs
version=3.88 version=3.90
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/seaweedfs/seaweedfs" go_import_path="github.com/seaweedfs/seaweedfs"
@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/seaweedfs/seaweedfs" homepage="https://github.com/seaweedfs/seaweedfs"
distfiles="https://github.com/seaweedfs/seaweedfs/archive/${version}.tar.gz" distfiles="https://github.com/seaweedfs/seaweedfs/archive/${version}.tar.gz"
checksum=e4297ba27cc03d5b7d40676915841aa7ba32f1bd47d48bf28d47ce7af1b4fb2d checksum=67e09afaf2801d36ea8eb10095e4f0b6adc84404db7f4a4a344c8017a67aa63a
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64*) broken="build constraints exclude all Go files in ...";; ppc64*) broken="build constraints exclude all Go files in ...";;