From 8f4a64a194ba19c055838bd9c0217c5fb3df5f2e Mon Sep 17 00:00:00 2001 From: Abdul Rehman <7r3nzy@gmail.com> Date: Sat, 3 Dec 2022 14:52:52 +0500 Subject: [PATCH] libstatgrab: update to 0.92.1, fix build for gcc-12 --- srcpkgs/libstatgrab/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libstatgrab/template b/srcpkgs/libstatgrab/template index 0b9ce3b0b57b..2b106879a66f 100644 --- a/srcpkgs/libstatgrab/template +++ b/srcpkgs/libstatgrab/template @@ -1,6 +1,6 @@ # Template file for 'libstatgrab' pkgname=libstatgrab -version=0.92 +version=0.92.1 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="http://www.i-scream.org/libstatgrab" distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196 +checksum=5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DLINUX -DHAVE_PROCFS" ;;