summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-14 20:38:08 +0100
committerPiotr Gorski2023-02-14 20:38:08 +0100
commitb85fe270752ab1a4ac9a5977d73c3362b2cb359d (patch)
treeac74169b26e03d1f862e596956a56ede9048d0e3
parent8d12ab17d105b06de85979a9d2dbf952d65d9d55 (diff)
downloadaur-b85fe270752ab1a4ac9a5977d73c3362b2cb359d.tar.gz
Bump to 6.1.12-1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d0703af7d59..1bcbdc6039d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.1.11
+ pkgver = 6.1.12
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -8,14 +8,14 @@ pkgbase = linux-usermode
makedepends = bc
makedepends = inetutils
depends = coreutils
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.11.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.11.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.12.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.12.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 = 581b0560077863c5116512c0b5fd93b97814092c80e6ebebabe88101949af7a1
+ sha256sums = d47aa675170904dcc93eeaa7c96db54d476a11c5d3e8cf3d3b96e364e2a0edea
sha256sums = SKIP
sha256sums = 4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a
sha256sums = f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9
diff --git a/PKGBUILD b/PKGBUILD
index 6e19c5a36609..fde841883a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.1
-_minor=11
+_minor=12
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
pkgrel=1
@@ -24,7 +24,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('581b0560077863c5116512c0b5fd93b97814092c80e6ebebabe88101949af7a1'
+sha256sums=('d47aa675170904dcc93eeaa7c96db54d476a11c5d3e8cf3d3b96e364e2a0edea'
'SKIP'
'4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
'f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9'