kubo: update to 0.37.0, adopt.

This commit is contained in:
Jason Elswick
2025-09-04 19:39:28 +02:00
committed by lemmi
parent 5a75c20ce6
commit d92004b292
+8 -5
View File
@@ -1,19 +1,22 @@
# Template file for 'kubo'
pkgname=kubo
version=0.29.0
version=0.37.0
revision=1
build_style=go
go_import_path="github.com/ipfs/kubo"
go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch"
hostmakedepends="git"
depends="fs-repo-migrations>=1.7.1"
go_ldflags="-compressdwarf=false"
hostmakedepends="git glibc"
depends="fs-repo-migrations fuse"
short_desc="Global versioned P2P merkle DAG file system"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT, Apache-2.0"
homepage="https://ipfs.io"
changelog="https://github.com/ipfs/kubo/blob/master/CHANGELOG.md"
distfiles="https://github.com/ipfs/kubo/archive/v${version}.tar.gz"
checksum=7679ed1b2c6a713b2297ab025d83a50c17fbcebf7e3af3b92be06cb9678a40f5
checksum=f5b23c8f55f356993f936a310576f89a3cb4c66f4eb0cc68c41131869acf1495
export GOFLAGS="-mod=readonly -trimpath"
make_check=no # some tests fail
system_accounts="_ipfs"
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"