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

Christian Hesse eworm at archlinux.org
Wed Jun 22 09:48:22 UTC 2016


    Date: Wednesday, June 22, 2016 @ 09:48:22
  Author: eworm
Revision: 270471

upgpkg: intel-ucode 20160607-1

new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-22 08:56:44 UTC (rev 270470)
+++ PKGBUILD	2016-06-22 09:48:22 UTC (rev 270471)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=intel-ucode
-pkgver=20151106
+pkgver=20160607
 pkgrel=1
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
@@ -11,11 +11,11 @@
 replaces=('microcode_ctl')
 license=('custom')
 # Some random "download id" that intel has in their downloadcenter
-_dlid=25512
+_dlid=26083
 source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
         LICENSE
         intel-microcode2ucode.c)
-sha256sums=('096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7'
+sha256sums=('db821eb47af2caa39613caee0eb89a9584b2ebc4a9ab1b9624fe778f9a41fa7d'
             '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
             '03a13a966316a4d3d9c7e1b46007fd4b80911aea5ddd957ddf33ce660efe03de')
 build() {
@@ -32,6 +32,6 @@
   mkdir -p kernel/x86/microcode
   mv microcode.bin kernel/x86/microcode/GenuineIntel.bin
   echo kernel/x86/microcode/GenuineIntel.bin | bsdcpio -o -H newc -R 0:0 > "${pkgdir}"/boot/intel-ucode.img
-  
+
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list