mcelog: update to 190.

This commit is contained in:
Leah Neukirchen 2022-11-03 16:09:53 +01:00
parent e8539d8a2b
commit e3a83900bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mcelog' # Template file for 'mcelog'
pkgname=mcelog pkgname=mcelog
version=189 version=190
revision=1 revision=1
archs="i686* x86_64*" archs="i686* x86_64*"
hostmakedepends="python3" hostmakedepends="python3"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="http://www.mcelog.org/" homepage="http://www.mcelog.org/"
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
checksum=30364d134ff416f3f9469720add84bdccea226268d334f06022110f484550cd9 checksum=25a977a25b3abb4d7b548f063abcde2faa59322e0987f2dd1697f0b8737e247b
do_build() { do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs} make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}