diff options
author | Andrzej Telszewski <andrzej@telszewski.com> | 2022-08-11 13:07:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 10:40:31 +0700 |
commit | 1668778ee838976166abf00e4848e2af07978293 (patch) | |
tree | 357a1f8d6a7ae35f8b818ac48aaa5463750c659e /system/intel-microcode | |
parent | 6b19285ebb82090c5b338effc97d5a5d675850c8 (diff) | |
download | slackbuilds-1668778ee838976166abf00e4848e2af07978293.tar.gz |
system/intel-microcode: Updated for version 20220809.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/intel-microcode')
-rw-r--r-- | system/intel-microcode/intel-microcode.SlackBuild | 2 | ||||
-rw-r--r-- | system/intel-microcode/intel-microcode.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/intel-microcode/intel-microcode.SlackBuild b/system/intel-microcode/intel-microcode.SlackBuild index eab5f6fd18..ef02eb7f31 100644 --- a/system/intel-microcode/intel-microcode.SlackBuild +++ b/system/intel-microcode/intel-microcode.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=intel-microcode SRCNAM=Intel-Linux-Processor-Microcode-Data-Files-microcode -VERSION=${VERSION:-20220510} +VERSION=${VERSION:-20220809} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/intel-microcode/intel-microcode.info b/system/intel-microcode/intel-microcode.info index bb643507f2..b4c033577f 100644 --- a/system/intel-microcode/intel-microcode.info +++ b/system/intel-microcode/intel-microcode.info @@ -1,8 +1,8 @@ PRGNAM="intel-microcode" -VERSION="20220510" +VERSION="20220809" HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files" -DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20220510/Intel-Linux-Processor-Microcode-Data-Files-microcode-20220510.tar.gz" -MD5SUM="0f36b9317a3c9d2d99988886463196eb" +DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20220809/Intel-Linux-Processor-Microcode-Data-Files-microcode-20220809.tar.gz" +MD5SUM="0cb2de92d2ae8bf457e43263608d419b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="iucode_tool" |