[arch-commits] Commit in intel-ucode/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Feb 9 15:47:43 UTC 2015
Date: Monday, February 9, 2015 @ 16:47:42
Author: tpowa
Revision: 231183
upgpkg: intel-ucode 20150121-1
bump to latest version
Modified:
intel-ucode/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-09 10:40:11 UTC (rev 231182)
+++ PKGBUILD 2015-02-09 15:47:42 UTC (rev 231183)
@@ -2,7 +2,7 @@
# Maintainer: Thomas Bächler <thomas at archlinux.org>
pkgname=intel-ucode
-pkgver=20140913
+pkgver=20150121
pkgrel=1
pkgdesc="Microcode update files for Intel CPUs"
arch=('any')
@@ -11,14 +11,13 @@
replaces=('microcode_ctl')
license=('custom')
# Some random "download id" that intel has in their downloadcenter
-_dlid=24290
+_dlid=24661
source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
LICENSE
intel-microcode2ucode.c)
-sha256sums=('ea6c0ee21d1fbf261f093176a78089c21411e5fe0e2c35b258cedf2b39987e15'
+sha256sums=('23353b93bb421971496cea5e9f9d390ce0ed22580a8cc45ae7b3b322dcd8f6b3'
'6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
'03a13a966316a4d3d9c7e1b46007fd4b80911aea5ddd957ddf33ce660efe03de')
-
build() {
cd "$srcdir"
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
More information about the arch-commits
mailing list