Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/intel-microcode: Updated for version 20250211 #9718

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system/intel-microcode/intel-microcode.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for intel-microcode

# Copyright 2024 Andrzej Telszewski, Koszalin
# Copyright 2025 Andrzej Telszewski, Koszalin
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=intel-microcode
SRCNAM=Intel-Linux-Processor-Microcode-Data-Files-microcode
VERSION=${VERSION:-20241112}
VERSION=${VERSION:-20250211}
SRCVER=$(printf "%s" "${VERSION}" | tr _ -)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
Expand Down
6 changes: 3 additions & 3 deletions system/intel-microcode/intel-microcode.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="intel-microcode"
VERSION="20241112"
VERSION="20250211"
HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20241112/Intel-Linux-Processor-Microcode-Data-Files-microcode-20241112.tar.gz"
MD5SUM="710c380840a2fe99d68837267fcec9a5"
DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20250211/Intel-Linux-Processor-Microcode-Data-Files-microcode-20250211.tar.gz"
MD5SUM="0751ad94cdfd71a7274fb5220b2c8e98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="iucode_tool"
Expand Down