diff options
author | Tim Biermann <tbier@posteo.de> | 2019-09-20 09:48:17 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-09-20 09:48:17 +0200 |
commit | bdd782088d470bb4741dff9919d410b384ca93cc (patch) | |
tree | c85a91eafbee5dac46bfd145a18fc27eca9b0b95 /intel-ucode | |
parent | 6cfb7743345276cf07e95d11c8b53a1b9a56c1ed (diff) | |
download | contrib-bdd782088d470bb4741dff9919d410b384ca93cc.tar.gz contrib-bdd782088d470bb4741dff9919d410b384ca93cc.tar.xz |
intel-ucode: 20190618 -> 20190918
Diffstat (limited to 'intel-ucode')
-rw-r--r-- | intel-ucode/.signature | 6 | ||||
-rw-r--r-- | intel-ucode/Pkgfile | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/intel-ucode/.signature b/intel-ucode/.signature index 4571096a2..508da60e4 100644 --- a/intel-ucode/.signature +++ b/intel-ucode/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31xhxz5vT2s81HoUNmqpTCLniWeRTOEIL9/zTKnI0PtGWEoAOX/gA2doOpSOV7pqDPQjq6xJOOWh2/bRLIB3VgQ= -SHA256 (Pkgfile) = d7705ac20c7b25e7a9adfb4e401ae9bb80a3137a379243daff3377c7beae4777 +RWSagIOpLGJF328FpCG0lL1QNFVA1Haq6Tu0iKiUqOO2or7aGmGGRLxgFu8WTueOrVXWAfbQZzZuXCliimYWMwnO1k90ZyEaWgU= +SHA256 (Pkgfile) = 6f347206a7f9e9f8349d4e5f3e1191a8907cf06d6389f739e428556f9bcdc261 SHA256 (.footprint) = 45cbe6146ee529f5d7fc3c4dcbb9c56420b2950c372d4196867ff304578bb771 -SHA256 (microcode-20190618.tar.gz) = 74ec7415988d40fa53686d994cf8cb27accdbd35c5373c4c3afc2e93372ebba5 +SHA256 (microcode-20190918.tar.gz) = 2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943 diff --git a/intel-ucode/Pkgfile b/intel-ucode/Pkgfile index d5d60011c..0a38935d8 100644 --- a/intel-ucode/Pkgfile +++ b/intel-ucode/Pkgfile @@ -1,16 +1,16 @@ # Description: Intel CPU microcode update # URL: https://downloadcenter.intel.com/download/27591/Linux-Processor-Microcode-Data-File -# Maintainer: Pedja, predivan at mts dot rs +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: iucode-tool name=intel-ucode -version=20190618 +version=20190918 release=1 source=(https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-$version.tar.gz) build() { - cd Intel-Linux-Processor-Microcode-Data-Files-microcode-$version - install -d -m755 $PKG/boot - /usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio intel-ucode/ - install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio + cd Intel-Linux-Processor-Microcode-Data-Files-microcode-$version + install -d -m755 $PKG/boot + /usr/sbin/iucode_tool --write-earlyfw=early-ucode.cpio intel-ucode/ + install -m644 early-ucode.cpio $PKG/boot/early-ucode.cpio } |