microcode_intel: archive moved to GitHub finally

As version 20180807a is not provided on GitHub, I updated the port to
the most recent release 20210608.

Issue #2762
This commit is contained in:
Christian Helmuth 2021-07-29 09:47:23 +02:00
parent c3e8c22a6d
commit b59e2ba677
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
027883136a0c0f9b3b48415714b9a1beca44f28e
f109867c4df940fe3d7cc7896e43fceadd745618

View File

@ -1,12 +1,12 @@
#
# https://downloadcenter.intel.com/download/28087/Linux-Processor-Microcode-Data-File
# https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
#
LICENSE := Intel
VERSION := 20180807a
VERSION := 20210608
DOWNLOADS := intel.archive
URL(intel) := https://downloadmirror.intel.com/28087/eng/microcode-$(VERSION).tgz
SHA(intel) := 46ab18699ec42eb6cc01ee1846ec4d7ca979766dee2156f92d69e2f6df548137
URL(intel) := https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-$(VERSION).tar.gz
SHA(intel) := fd85b6b769efd029dec6a2c07106fd18fb4dcb548b7bc4cde09295a8344ef6d7
DIR(intel) := src/app/intel
TAR_OPT(intel) := --strip-components=0
TAR_OPT(intel) := --strip-components=1