From f6e42cf4acb5fa523b59ded4690da451ebd16266 Mon Sep 17 00:00:00 2001 From: Gerardo Di iorio Date: Tue, 13 Oct 2020 08:12:28 +0200 Subject: [PATCH] cpuid: update to 20201006. --- srcpkgs/cpuid/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cpuid/template b/srcpkgs/cpuid/template index d86c4609d0f7..b9df3bd7f339 100644 --- a/srcpkgs/cpuid/template +++ b/srcpkgs/cpuid/template @@ -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 " +maintainer="Gerardo Di Iorio " 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 }