summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-01-22 11:41:31 +0100
committerPiotr Gorski2024-01-22 11:41:31 +0100
commit3bb34e140f024a33b2f66898f3b07419ef566cff (patch)
tree3fc6b5cbe4e55635692da879d83086e42eaf3082
parentffbdd02595e6202e0f2cabac992f3a787559d5e3 (diff)
downloadaur-3bb34e140f024a33b2f66898f3b07419ef566cff.tar.gz
Bump to 6.7.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 a719939e52aa..8e10215c98dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.7
+ pkgver = 6.7.1
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = linux-usermode
makedepends = inetutils
depends = coreutils
options = !debug
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.1.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.1.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+ sha256sums = 1ecffa568e86a2202ba5533ad9034bc263a9aa14e189597a94f09b3854ad68c3
sha256sums = SKIP
sha256sums = a4dc92a8112ceb1659cfcb283bb3bd91ae246a13fcd6e9409dc112080aebe191
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index 6c3647e5c560..e21f44ec0a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.7
-_minor=0
-#pkgver=${_major}.${_minor}
-pkgver=${_major}
+_minor=1
+pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
@@ -25,7 +24,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
+sha256sums=('1ecffa568e86a2202ba5533ad9034bc263a9aa14e189597a94f09b3854ad68c3'
'SKIP'
'a4dc92a8112ceb1659cfcb283bb3bd91ae246a13fcd6e9409dc112080aebe191'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')