cpuid: update to 20201006.

This commit is contained in:
Gerardo Di iorio 2020-10-13 08:12:28 +02:00 committed by Érico Nogueira Rolim
parent 5cd1071a91
commit b7a60cd306
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'cpuid'
pkgname=cpuid
version=20200427
version=20201006
revision=1
archs="i686* x86_64*"
build_style=gnu-makefile
hostmakedepends="perl"
short_desc="Linux tool to dump x86 CPUID information about the CPU(s)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://www.etallen.com/cpuid.html"
distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
checksum=c1a9463f1f2175086120e9079e318bbd383dc1e574fafb2f724879f1d11061d4
checksum=13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6
post_extract() {
sed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
vsed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
}