mcelog: update to 113.
This commit is contained in:
parent
072fc093d0
commit
4990a1805d
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'mcelog'
|
||||
pkgname=mcelog
|
||||
version=112
|
||||
version=113
|
||||
revision=1
|
||||
conf_files="/etc/mcelog/mcelog.conf"
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Decode kernel machine check log on x86 machines"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.mcelog.org/"
|
||||
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=2af439a153753bc972b64d09437774eda8fac7dda20d22cdf8ac2ff5b05c395b
|
||||
checksum=02afce0b70238fad8f137fb757dd53d74b8fcefc39dc4e39e144548421a54df3
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man5
|
||||
|
|
Loading…
Reference in a new issue