mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:24:36 +08:00
intel-ucode: update to 20130906
This commit is contained in:
parent
a33cd29418
commit
6fe519877c
@ -1,21 +1,19 @@
|
||||
#
|
||||
# Platform packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
# contributor Thomas Bächler <thomas@archlinux.org>
|
||||
# Contributor: abveritas@chakra-project.org
|
||||
# Contributor from Arch: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
pkgname=intel-ucode
|
||||
pkgver=20120606
|
||||
pkgver=20130906
|
||||
_code=23166
|
||||
pkgrel=1
|
||||
pkgdesc="Microcode update files for Intel CPUs"
|
||||
arch=('any')
|
||||
url="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22"
|
||||
replaces=('microcode_ctl')
|
||||
license=('custom')
|
||||
source=(http://downloadmirror.intel.com/21385/eng/microcode-${pkgver}.tgz
|
||||
source=("http://downloadmirror.intel.com/${_code}/eng/microcode-${pkgver}.tgz"
|
||||
LICENSE
|
||||
intel-microcode2ucode.c)
|
||||
md5sums=('f1e57224265ff498971f50fe6824ba0a'
|
||||
md5sums=('40008cd2a18a96bf04d3290e8faad812'
|
||||
'b0f489ae4b3e36dc8827dc53a76047aa'
|
||||
'0efc5f6c74a4d7e61ca22683c93c98cf')
|
||||
|
||||
@ -31,3 +29,4 @@ package() {
|
||||
cp intel-ucode/* "${pkgdir}"/usr/lib/firmware/intel-ucode/
|
||||
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user