mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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'
|
# Template file for 'mcelog'
|
||||||
pkgname=mcelog
|
pkgname=mcelog
|
||||||
version=112
|
version=113
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="/etc/mcelog/mcelog.conf"
|
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
|
build_style=gnu-makefile
|
||||||
short_desc="Decode kernel machine check log on x86 machines"
|
short_desc="Decode kernel machine check log on x86 machines"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=2af439a153753bc972b64d09437774eda8fac7dda20d22cdf8ac2ff5b05c395b
|
checksum=02afce0b70238fad8f137fb757dd53d74b8fcefc39dc4e39e144548421a54df3
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vmkdir usr/share/man/man5
|
vmkdir usr/share/man/man5
|
||||||
|
|
Loading…
Add table
Reference in a new issue