nbdkit, revbump, fix pkgconfig (#11700)

This commit is contained in:
Schrijvers Luc
2025-01-30 11:53:41 +01:00
committed by GitHub
parent a702ff3bf4
commit 160c947bce

View File

@@ -23,7 +23,7 @@ The key features are:
HOMEPAGE="https://gitlab.com/nbdkit/nbdkit/"
COPYRIGHT="2010-2020 Red Hat Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://libguestfs.org/download/nbdkit/${portVersion%.*}-stable/nbdkit-$portVersion.tar.gz"
#TODO: check if they fixed HTTPS
CHECKSUM_SHA256="6f6b8f37033944d1219659627f6f0af1db236d5965985981bc34d8d1b7ebc54a"
@@ -84,4 +84,6 @@ BUILD()
INSTALL()
{
make install
fixPkgconfig
}