From 9c7adf49f341d61f4bf14b3a39c719e3630c504f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 13 Nov 2019 19:18:00 +0000 Subject: [PATCH] intel-microcode: update to 20191112 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For release notes, refer to: - https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platform-update-ipu/ - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20191112 Signed-off-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- lfs/intel-microcode | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/intel-microcode b/lfs/intel-microcode index e01ea99345..c50e73d11e 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,10 +24,10 @@ include Config -VER = 20190618 +VER = 20191112 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) -DL_FILE = $(THISAPP).tar.xz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244 +$(DL_FILE)_MD5 = b215c5a8fd438afd867d8a42d01e27f6 install : $(TARGET) -- 2.39.5