amd-ucode: update to 2012-09-10.
This commit is contained in:
parent
18e565183d
commit
bcd29058d2
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'amd-ucode'
|
||||
pkgname=amd-ucode
|
||||
_distver=2012-01-17
|
||||
_distver=2012-09-10
|
||||
version=$(echo ${_distver}|sed 's|-|.|g')
|
||||
wrksrc=${pkgname}-${_distver}
|
||||
noarch=yes
|
||||
revision=2
|
||||
short_desc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
|
||||
revision=1
|
||||
short_desc="Microcode update files for AMD CPUs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="${pkgname}"
|
||||
license="AMD Software License"
|
||||
homepage="http://www.amd64.org/support/microcode.html"
|
||||
distfiles="http://www.amd64.org/pub/microcode/amd-ucode-${_distver}.tar"
|
||||
checksum=87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657
|
||||
checksum=21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718
|
||||
long_desc="
|
||||
This package contains the microcode updates for AMD family 10h, 11h and
|
||||
14h CPUs for use with the microcode linux kernel module."
|
||||
This package contains the microcode updates for AMD CPUs for use with
|
||||
the microcode linux kernel module."
|
||||
|
||||
do_install() {
|
||||
vinstall microcode_amd.bin 644 usr/lib/firmware/amd-ucode
|
||||
|
|
Loading…
Reference in New Issue