summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2023-08-17 06:09:29 +0200
committerWilken Gottwalt2023-08-17 06:09:29 +0200
commit5ab62050f9d89219ec9ff131c87d2bf017076beb (patch)
tree24f9f3a769557e806a94ab251f6df8ecac1c0fa6
parenta002c4c3b73251032bea228ae050447afcf23b9d (diff)
downloadaur-5ab62050f9d89219ec9ff131c87d2bf017076beb.tar.gz
updated to version 6.4.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 361f1ab61b64..f4819ad05693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = arm-linux-gnueabihf-linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace
- pkgver = 6.4.10
+ pkgver = 6.4.11
pkgrel = 1
url = https://kernel.org/
arch = any
license = GPL2
makedepends = rsync
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.10.tar.xz
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.10.tar.sign
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.11.tar.xz
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.11.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 980b3fb2a97788fd885cbd85ba4520980f76c7ae1d62bfc2e7477ee04df5f239
+ sha256sums = 546b68b5097d3c0d74722de62aae217729d98e45fbb6bd458b490ac21ea40918
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index 41c901383996..7fa6b19dcffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target_arch=arm
_target=${_target_arch}-linux-gnueabihf
pkgname=${_target}-linux-api-headers
-pkgver=6.4.10
+pkgver=6.4.11
pkgrel=1
pkgdesc="Kernel headers sanitized for use in userspace"
arch=(any)
@@ -17,7 +17,7 @@ url='https://kernel.org/'
license=(GPL2)
makedepends=(rsync)
source=(https://kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
-sha256sums=('980b3fb2a97788fd885cbd85ba4520980f76c7ae1d62bfc2e7477ee04df5f239'
+sha256sums=('546b68b5097d3c0d74722de62aae217729d98e45fbb6bd458b490ac21ea40918'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman