intel-ucode: update to 20200609.
This commit is contained in:
parent
f3d24420f8
commit
5a4b6453e5
2 changed files with 6 additions and 14 deletions
|
@ -1,27 +1,18 @@
|
||||||
# Template file for 'intel-ucode'
|
# Template file for 'intel-ucode'
|
||||||
pkgname=intel-ucode
|
pkgname=intel-ucode
|
||||||
version=20200508
|
version=20200609
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
_wrksrc_base="Intel-Linux-Processor-Microcode-Data-Files-microcode"
|
wrksrc="Intel-Linux-Processor-Microcode-Data-Files-microcode-${version}"
|
||||||
wrksrc="${_wrksrc_base}-${version}"
|
|
||||||
short_desc="Microcode update files for Intel CPUs"
|
short_desc="Microcode update files for Intel CPUs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="custom: Proprietary"
|
license="custom: Proprietary"
|
||||||
homepage="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
|
homepage="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
|
||||||
distfiles="${homepage}/archive/microcode-${version}.tar.gz
|
distfiles="${homepage}/archive/microcode-${version}.tar.gz"
|
||||||
${homepage}/archive/microcode-20190918.tar.gz"
|
checksum=6c5295265abd03a7cdc815b85bff4f98387f813826a88935904bc2bbc783d5e4
|
||||||
checksum="f5ed22de61be346fe28918eed196d052432e2af13a3d6eb5823d528ee9bbef81
|
|
||||||
2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943"
|
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Replace buggy 06-55-04 microcode with last known good version
|
|
||||||
_bad_ucode="intel-ucode/06-55-04"
|
|
||||||
rm "$_bad_ucode"
|
|
||||||
cp "../${_wrksrc_base}-20190918/$_bad_ucode" "$_bad_ucode"
|
|
||||||
|
|
||||||
# Rest of process continues as normal
|
|
||||||
vmkdir usr/lib/firmware/intel-ucode
|
vmkdir usr/lib/firmware/intel-ucode
|
||||||
vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode
|
vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode
|
||||||
vmkdir usr/lib/dracut/dracut.conf.d
|
vmkdir usr/lib/dracut/dracut.conf.d
|
||||||
|
|
1
srcpkgs/intel-ucode/update
Normal file
1
srcpkgs/intel-ucode/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="microcode-\K[0-9]+(?=.tar)"
|
Loading…
Add table
Add a link
Reference in a new issue