mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/intel-microcode: Update to version 20231114
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d8e586ba75
commit
6eb042f4aa
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue