system/intel-microcode: Update to version 20231114

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrzej Telszewski 2023-11-16 15:40:26 +01:00 committed by Willy Sudiarto Raharjo
parent d8e586ba75
commit 6eb042f4aa
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=intel-microcode
SRCNAM=Intel-Linux-Processor-Microcode-Data-Files-microcode
VERSION=${VERSION:-20230808}
VERSION=${VERSION:-20231114}
SRCVER=$(printf "%s" "${VERSION}" | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="intel-microcode"
VERSION="20230808"
VERSION="20231114"
HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20230808/Intel-Linux-Processor-Microcode-Data-Files-microcode-20230808.tar.gz"
MD5SUM="3ee34344da8f31b3651d901f2d5e2f31"
DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20231114/Intel-Linux-Processor-Microcode-Data-Files-microcode-20231114.tar.gz"
MD5SUM="1648cf08cb7176db32aff82889e5cb1d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="iucode_tool"