libbytesize: 2.7 -> 2.8

This commit is contained in:
Tim Biermann 2023-03-25 12:21:42 +01:00
parent cee124604a
commit f5768046f6
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37elcfHYw1pLyEX9R+0q0U4N/YJnSw8YrtxAZu/Si9EQLgJo/MwPcOA/x5Jb2DefPStBZuw/xH/8Evh24tNMYw0=
SHA256 (Pkgfile) = c097efa46067e19453d3e800d0d6417cce186749f878d12fefbba3d757a83dd4
RWSagIOpLGJF30yW07JiemjaR3Uw+JMOkorTVXuhrFN9duuT8dNe06mrXyudjnzQzOSmpfCa2YJfDWKQ9vXUiUtaBjdgV6/Euw0=
SHA256 (Pkgfile) = 8c8e68b14230c2cb2719de7c066860f0fadabea181d321a5fd623a1aeb9e0f44
SHA256 (.footprint) = da80712611600e6b3198b65499b9e7bda4ed3a04a6550497a185e38b9bf88f4c
SHA256 (libbytesize-2.7.tar.gz) = 69fee652f8c582304db77f52d23876f5731478f64a6a32a3e67da142fc09a363
SHA256 (libbytesize-2.8.tar.gz) = 70300ec647b7282503f8765613ce0e8fc44996d3bfb9b65530ad9a11dc386835

View File

@ -4,14 +4,16 @@
# Depends on: python3 libpcre2
name=libbytesize
version=2.7
version=2.8
release=1
source=(https://github.com/storaged-project/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
NO_CONFIGURE=1 ./autogen.sh
sed -i 's/==/=/g' docs/Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install