intel-microcode: update to 20180807

fixes #11590

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-08-11 14:45:56 +02:00
parent 98ce897520
commit 3d0e252e35
4 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 20180425
VER = 20180807
THISAPP = microcode-$(VER)
DL_FILE = $(THISAPP).tgz
@@ -41,9 +41,10 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 99c80f9229554953a868127cda44e7e3
$(DL_FILE)_MD5 = 49f534f1079d3c5bc178a150c1c105aa
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))