T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
intel-ucode
Commits:
6ce38fdd by T.J. Townsend at 2024-09-10T14:18:40-04:00
upgpkg: 20240910-1: update to 20240910
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = intel-ucode
pkgdesc = Microcode update files for Intel CPUs
- pkgver = 20240813
- pkgrel = 2
+ pkgver = 20240910
+ 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-20240813.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20240813.tar.gz
- sha256sums =
f46cfe1d8be8d3c2c5a0fb63fc4d48c7dd1444f34346f0e42ad92c706cb90e79
+ source =
intel-ucode-20240910.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20240910.tar.gz
+ sha256sums =
8b7582eac7e9a691356e18b3bdcbc7b2db09494e040ec980a4a5fb6d0da261bf
pkgname = intel-ucode
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Thomas Bächler <[email protected]>
pkgname=intel-ucode
-pkgver=20240813
-pkgrel=2
+pkgver=20240910
+pkgrel=1
pkgdesc='Microcode update files for Intel CPUs'
arch=('any')
url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
@@ -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=('f46cfe1d8be8d3c2c5a0fb63fc4d48c7dd1444f34346f0e42ad92c706cb90e79')
+sha256sums=('8b7582eac7e9a691356e18b3bdcbc7b2db09494e040ec980a4a5fb6d0da261bf')
build() {
cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-ucode/-/commit/6ce38fdd42a59d9023299019e1363636b2ebfd29
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-ucode/-/commit/6ce38fdd42a59d9023299019e1363636b2ebfd29
You're receiving this email because of your account on gitlab.archlinux.org.