diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template index fb1a95857a4..098a7f4b1db 100644 --- a/srcpkgs/intel-ucode/template +++ b/srcpkgs/intel-ucode/template @@ -1,20 +1,19 @@ # Template file for 'intel-ucode' pkgname=intel-ucode -version=20111110 +version=20120606 create_wrksrc=yes -homepage="http://www.intel.com" -distfiles="http://downloadmirror.intel.com/20728/eng/microcode-${version}.tgz" +noarch=yes revision=1 short_desc="Microcode update files for Intel CPUs" maintainer="Juan RP " license="INTEL Software License Agreement" -checksum=16f532cdf9cce03e01e714619ad9406a465aa965bbd1288035398db79921cbc1 +homepage="http://www.intel.com" +distfiles="http://downloadmirror.intel.com/21385/eng/microcode-${version}.tgz" +checksum=e139e438587114028d699162af6dde25b18e1c1cef13c39896a37f22242d4943 long_desc=" This package contains the microcode updates for Intel CPUs for use with the microcode linux kernel module." -noarch=yes - do_build() { cp ${FILESDIR}/*.c . gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c