summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-01 09:07:48 +0100
committerPiotr Gorski2023-02-01 09:07:48 +0100
commitbfa54c6db4c6db485c3b62d3a2a7ee7fb863302b (patch)
tree44f6025e1e014af564fb22f1d1a0e5b7655be9e0
parent49372ce775c5e1c0cb06d65d776526ad8cd287fa (diff)
downloadaur-bfa54c6db4c6db485c3b62d3a2a7ee7fb863302b.tar.gz
Bump to 6.1.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 33c064eb2746..34f10b8cee3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.1.8
- pkgrel = 2
+ pkgver = 6.1.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/v6.x/linux-6.1.8.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.8.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.9.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.9.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.1/um-patches/0001-um-Support-LTO.patch
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = b60bb53ab8ba370a270454b11e93d41af29126fc72bd6ede517673e2e57b816d
+ sha256sums = d60cf185693c386e7acd9f3eb3a94ae30ffbfee0a9447a20e83711e0bdf5922b
sha256sums = SKIP
sha256sums = 4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a
sha256sums = f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9
diff --git a/PKGBUILD b/PKGBUILD
index 7384bcc40f54..c92e39532ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.1
-_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')
@@ -24,7 +24,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('b60bb53ab8ba370a270454b11e93d41af29126fc72bd6ede517673e2e57b816d'
+sha256sums=('d60cf185693c386e7acd9f3eb3a94ae30ffbfee0a9447a20e83711e0bdf5922b'
'SKIP'
'4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
'f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9'