summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-11-19 03:04:08 +0100
committerPiotr Gorski2020-11-19 03:04:08 +0100
commit4b070b0a2074004578a2e55c0029c464fff0a5b7 (patch)
treec6384a9e10450b3c8f06d787ce699ed14e9fc9b5
parent73cef9976395c07f3d43284a8e1c0a40a9f4d1ad (diff)
downloadaur-4b070b0a2074004578a2e55c0029c464fff0a5b7.tar.gz
Bump to 5.9.9-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd824391c25c..f50ada57d1b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 5.9.8
- pkgrel = 2
+ pkgver = 5.9.9
+ pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
makedepends = bc
makedepends = inetutils
depends = coreutils
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.8.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.8.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.9.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.9.9.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 7656733b316562662026ac82a7c0be41440e16bbf1bdc5447b119e34ff3b86a6
+ sha256sums = a302d386af1278e7a8c0c2cd9a3b2119a18620eccc1f069b0f23e405bcf61fad
sha256sums = SKIP
sha256sums = 93ed88b68a2ab2a0c7f209154de90cea48efb001d5667afef7c206cce67ca92b
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index fcc3e79a5e95..0dee8fcc7f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=5.9
-_minor=8
+_minor=9
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
license=('GPL2')
@@ -20,7 +20,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('7656733b316562662026ac82a7c0be41440e16bbf1bdc5447b119e34ff3b86a6'
+sha256sums=('a302d386af1278e7a8c0c2cd9a3b2119a18620eccc1f069b0f23e405bcf61fad'
'SKIP'
'93ed88b68a2ab2a0c7f209154de90cea48efb001d5667afef7c206cce67ca92b'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')