summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-12 23:45:28 -0300
committerDaniel Bermond2022-03-12 23:45:28 -0300
commit95df6fad01ca287e4ce764f412f9f75988f11129 (patch)
treede4b88ba61b42d630c1fce4fe0a38f50259c7df9
parentf6ddee01903a67ab8f0808a2454705cd806cd164 (diff)
downloadaur-95df6fad01ca287e4ce764f412f9f75988f11129.tar.gz
Update to version 5.16.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e15cad3b570..f24c207aab87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mips64-linux-gnu-linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace (MIPS64 target, for the toolchain with GNU C library and multilib ABI)
- pkgver = 5.14.15
+ pkgver = 5.16.14
pkgrel = 1
url = https://www.kernel.org
arch = any
license = GPL2
makedepends = rsync
- source = http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.14.15.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.14.15.tar.sign
+ source = http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.16.14.tar.xz
+ source = http://www.kernel.org/pub/linux/kernel/v5.x/linux-5.16.14.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 74f39a0c69e9d7c94d290515645396725e3ce3667b85baf4b3c3f6f303c7a406
+ sha256sums = 7a8ba58659d5e5f0f9e1e0a4fbed39ac520149d24d7aec4636fcf8255d0574f6
sha256sums = SKIP
pkgname = mips64-linux-gnu-linux-api-headers
diff --git a/PKGBUILD b/PKGBUILD
index 58ec2c4fa417..38f460fae4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target_arch=mips
_target=mips64-linux-gnu
pkgname="${_target}-linux-api-headers"
-pkgver=5.14.15
+pkgver=5.16.14
pkgrel=1
pkgdesc='Kernel headers sanitized for use in userspace (MIPS64 target, for the toolchain with GNU C library and multilib ABI)'
arch=('any')
@@ -12,7 +12,7 @@ url='https://www.kernel.org'
license=('GPL2')
makedepends=('rsync')
source=("http://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-${pkgver}.tar".{xz,sign})
-sha256sums=('74f39a0c69e9d7c94d290515645396725e3ce3667b85baf4b3c3f6f303c7a406'
+sha256sums=('7a8ba58659d5e5f0f9e1e0a4fbed39ac520149d24d7aec4636fcf8255d0574f6'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman