summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2023-08-31 07:06:36 +0200
committerWilken Gottwalt2023-08-31 07:06:36 +0200
commit1710c26cbb7331da9655e29962e3d46f3b597286 (patch)
tree7dab23b01fd3fba8ee45713a0ec4badb61c3dd35
parentc3fff4d9a12ffe8540ec444e27f37508f3221679 (diff)
downloadaur-1710c26cbb7331da9655e29962e3d46f3b597286.tar.gz
updated to version 6.4.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b6abc69379f..705239291813 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.12
+ pkgver = 6.4.13
pkgrel = 1
url = https://kernel.org/
arch = any
license = GPL2
makedepends = rsync
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.12.tar.xz
- source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.12.tar.sign
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.13.tar.xz
+ source = https://kernel.org/pub/linux/kernel/v6.x/linux-6.4.13.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = cca91be956fe081f8f6da72034cded96fe35a50be4bfb7e103e354aa2159a674
+ sha256sums = 5e5511b50bc9fd358bb5d7746fab3c5ea396d42c6bd7a54b2555ede0de5ac8e5
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index bdfc30a928a9..a02ae59b94ac 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.12
+pkgver=6.4.13
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=('cca91be956fe081f8f6da72034cded96fe35a50be4bfb7e103e354aa2159a674'
+sha256sums=('5e5511b50bc9fd358bb5d7746fab3c5ea396d42c6bd7a54b2555ede0de5ac8e5'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman