summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2023-10-02 11:50:00 +0200
committerWilken Gottwalt2023-10-02 11:50:00 +0200
commitad31290adf47ae6a3eb49ca470082a7432a0c7b2 (patch)
tree316a294b6593d9c925d7c318a400e1c08b27c72c
parentb152b4764acab327520b7a6788d4dbde63a39a18 (diff)
downloadaur-ad31290adf47ae6a3eb49ca470082a7432a0c7b2.tar.gz
updated to version 6.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315dab8a88d9..93cb25c38607 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.5.3
+ pkgver = 6.5.5
pkgrel = 1
url = https://kernel.org/
arch = any
license = GPL2
makedepends = rsync
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.3.tar.xz
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.3.tar.sign
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.5.tar.xz
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.5.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 4cac13f7b17bd8dcf9032ad68f9123ab5313d698c9f59416043165150763eb4f
+ sha256sums = 8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index 20457c92641f..7d2b82bbbd11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target_arch=arm
_target=${_target_arch}-linux-gnueabihf
pkgname=${_target}-linux-api-headers
-pkgver=6.5.3
+pkgver=6.5.5
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=('4cac13f7b17bd8dcf9032ad68f9123ab5313d698c9f59416043165150763eb4f'
+sha256sums=('8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman