summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-25 15:18:22 +0100
committerPiotr Gorski2023-02-25 15:18:22 +0100
commitc89d0d5d9b2e063da7e35254c9f99ffe86e3f984 (patch)
treebee01556ad39fab32d32d78fb117cee2c71988e5
parent21c73775cfc4f2d26e20b52d66461fade0d54803 (diff)
downloadaur-c89d0d5d9b2e063da7e35254c9f99ffe86e3f984.tar.gz
Bump to 6.2.1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef62fe08fd8d..f583fd0a3790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.2
+ pkgver = 6.2.1
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -9,14 +9,14 @@ pkgbase = linux-usermode
makedepends = inetutils
depends = coreutils
options = !debug
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.1.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.1.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.2/um-patches/0001-um-Support-LTO.patch
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1
+ sha256sums = 2fcc07e1c90ea4ce148f50f9beeb0dca0b6e4b379a768de8abc7a4a26f252534
sha256sums = SKIP
sha256sums = 4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a
sha256sums = 572a1fcb93d096501b2b446d698ca3b1eb6a1461f0dc0d831913ebceb00031a8
diff --git a/PKGBUILD b/PKGBUILD
index d896b10fd2c2..9f6ba57aa1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.2
-_minor=0
-#pkgver=${_major}.${_minor}
-pkgver=${_major}
+_minor=1
+pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
@@ -26,7 +25,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
+sha256sums=('2fcc07e1c90ea4ce148f50f9beeb0dca0b6e4b379a768de8abc7a4a26f252534'
'SKIP'
'4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
'572a1fcb93d096501b2b446d698ca3b1eb6a1461f0dc0d831913ebceb00031a8'