summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-03-17 12:46:30 +0100
committerPiotr Gorski2023-03-17 12:46:30 +0100
commit31495bed5893e3183287bf0ae65c2fa4b901a294 (patch)
tree038f4fb89e3d6df8fd689fa9a78d2a49142b1678
parent8a6742c1d91af19b203b7425250acca61e98ada6 (diff)
downloadaur-31495bed5893e3183287bf0ae65c2fa4b901a294.tar.gz
Bump to 6.2.7
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 83945358f2b1..2373f90bd973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.2.6
- pkgrel = 2
+ pkgver = 6.2.7
+ pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
@@ -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.6.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.6.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.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 = 1fe2f1d7ceb7129c111159d8efd361971dbf212206f81e7078b98df8b00b3d9d
+ sha256sums = 4303105201fb0c0b17155fff87df0a022a32a41eb1ce94a264ae648c64bd0d8d
sha256sums = SKIP
sha256sums = 4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a
sha256sums = ed042e1d51c310c13c00e13b7bd5803a13636e5692e048765b98612dd92e693d
diff --git a/PKGBUILD b/PKGBUILD
index e4004d4bd602..3d950a140517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.2
-_minor=6
+_minor=7
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
license=('GPL2')
@@ -25,7 +25,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('1fe2f1d7ceb7129c111159d8efd361971dbf212206f81e7078b98df8b00b3d9d'
+sha256sums=('4303105201fb0c0b17155fff87df0a022a32a41eb1ce94a264ae648c64bd0d8d'
'SKIP'
'4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
'ed042e1d51c310c13c00e13b7bd5803a13636e5692e048765b98612dd92e693d'