summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2023-09-19 11:00:57 +0200
committerWilken Gottwalt2023-09-19 11:00:57 +0200
commitb152b4764acab327520b7a6788d4dbde63a39a18 (patch)
treeddf1132ea8f9d38bd0ec94beaac7a1a5b07ec924
parent342de24d07852957f183d47b9cfa6e8a0136019d (diff)
downloadaur-b152b4764acab327520b7a6788d4dbde63a39a18.tar.gz
updated to version 6.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad256d2a446..315dab8a88d9 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.2
+ pkgver = 6.5.3
pkgrel = 1
url = https://kernel.org/
arch = any
license = GPL2
makedepends = rsync
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.2.tar.xz
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.5.2.tar.sign
+ 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
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 2027e14057d568ad3ddc100dadf4c8853a49b031270478a61d88f6011572650f
+ sha256sums = 4cac13f7b17bd8dcf9032ad68f9123ab5313d698c9f59416043165150763eb4f
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index 4654e5dd1bb7..20457c92641f 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.2
+pkgver=6.5.3
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=('2027e14057d568ad3ddc100dadf4c8853a49b031270478a61d88f6011572650f'
+sha256sums=('4cac13f7b17bd8dcf9032ad68f9123ab5313d698c9f59416043165150763eb4f'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman