mcelog: update to 155.

Closes: #12268 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-08 03:27:17 -03:00 committed by Michael Aldridge
parent fe8d8632e1
commit b1bf84645c

View file

@ -1,16 +1,16 @@
# Template file for 'mcelog' # Template file for 'mcelog'
pkgname=mcelog pkgname=mcelog
version=154 version=155
revision=1 revision=1
conf_files="/etc/mcelog/mcelog.conf" conf_files="/etc/mcelog/mcelog.conf"
only_for_archs="i686 i686-musl x86_64 x86_64-musl" only_for_archs="i686 i686-musl x86_64 x86_64-musl"
short_desc="Decode kernel machine check log on x86 machines" short_desc="Decode kernel machine check log on x86 machines"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2" license="GPL-2.0-only"
homepage="http://www.mcelog.org/" homepage="http://www.mcelog.org/"
_changelog="https://github.com/andikleen/mcelog/releases" _changelog="https://github.com/andikleen/mcelog/releases"
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
checksum=dde7aa13c5cc4916a168c2a1f68435a41f2236cf222266425942dfbcb735593f checksum=abaca1a25da17caf73b8eaf8d6e24562472cd04ff27ddcef9f08c97c48d17f9f
do_build() { do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs} make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}