[arch-commits] Commit in intel-ucode/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Jul 22 12:04:16 UTC 2016


    Date: Friday, July 22, 2016 @ 12:04:16
  Author: eworm
Revision: 272112

upgpkg: intel-ucode 20160714-1

Modified:
  intel-ucode/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 12:00:38 UTC (rev 272111)
+++ PKGBUILD	2016-07-22 12:04:16 UTC (rev 272112)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=intel-ucode
-pkgver=20160607
-pkgrel=2
+pkgver=20160714
+pkgrel=1
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 install=$pkgname.install
@@ -11,11 +11,11 @@
 replaces=('microcode_ctl')
 license=('custom')
 # Some random "download id" that intel has in their downloadcenter
-_dlid=26083
+_dlid=26156
 source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
         LICENSE
         intel-microcode2ucode.c)
-sha256sums=('db821eb47af2caa39613caee0eb89a9584b2ebc4a9ab1b9624fe778f9a41fa7d'
+sha256sums=('f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e'
             '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
             '03a13a966316a4d3d9c7e1b46007fd4b80911aea5ddd957ddf33ce660efe03de')
 prepare() {
@@ -24,7 +24,7 @@
   # Some Intel Skylake CPUs with signature 0x406e3 have issues updating
   # microcode. Remove for now...
   # https://bugs.archlinux.org/task/49806
-  sed -i -e "/mc0406e3/,/mc/d" microcode.dat
+  #sed -i -e "/mc0406e3/,/mc/d" microcode.dat
 }
 
 build() {



More information about the arch-commits mailing list