T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
intel-ucode
Commits:
3d5da992 by T.J. Townsend at 2024-10-29T19:52:59-04:00
upgpkg: 20241029-1: update to 20241029
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = intel-ucode
pkgdesc = Microcode update files for Intel CPUs
- pkgver = 20240910
+ pkgver = 20241029
pkgrel = 1
url =
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
arch = any
license = custom
makedepends = iucode-tool
replaces = microcode_ctl
- source =
intel-ucode-20240910.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20240910.tar.gz
- sha256sums =
8b7582eac7e9a691356e18b3bdcbc7b2db09494e040ec980a4a5fb6d0da261bf
+ source =
intel-ucode-20241029.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20241029.tar.gz
+ sha256sums =
1cae9cde48fb44444ed40ce045c34a1debbc8cfff3fb84e44c62798459f818c3
pkgname = intel-ucode
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Thomas Bächler <[email protected]>
pkgname=intel-ucode
-pkgver=20240910
+pkgver=20241029
pkgrel=1
pkgdesc='Microcode update files for Intel CPUs'
arch=('any')
@@ -12,7 +12,7 @@ replaces=('microcode_ctl')
makedepends=('iucode-tool')
license=('custom')
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz")
-sha256sums=('8b7582eac7e9a691356e18b3bdcbc7b2db09494e040ec980a4a5fb6d0da261bf')
+sha256sums=('1cae9cde48fb44444ed40ce045c34a1debbc8cfff3fb84e44c62798459f818c3')
build() {
cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-ucode/-/commit/3d5da992e5e331479377d2b7b1558d0f9e5bc1ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-ucode/-/commit/3d5da992e5e331479377d2b7b1558d0f9e5bc1ac
You're receiving this email because of your account on gitlab.archlinux.org.