summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-09-02 12:52:54 +0200
committerPiotr Gorski2023-09-02 12:52:54 +0200
commit139f1ce54490384c56e0c14271f1efaa1a79ffab (patch)
tree6f99fd8887decb95f86a5d54a0265e8905053ab9
parent3a0238bb7e7ae0fa891225c8dbdd375c0c539082 (diff)
downloadaur-139f1ce54490384c56e0c14271f1efaa1a79ffab.tar.gz
Bump to 6.5.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 1cc7abe258f3..f6b0e3bb6358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.5
+ pkgver = 6.5.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.5.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.1.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.1.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884
+ sha256sums = 23765dd44425462cd92adbee52670608fd7f3fd183a83b25ba7a7b4883d0451b
sha256sums = SKIP
sha256sums = 3a08fcae0057efff1545432b8a43b11b5213dc9581ae8345f52edaf4ff716f38
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index 8a99540c0ae3..6ab4dc65ba7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.5
-_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=('7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884'
+sha256sums=('23765dd44425462cd92adbee52670608fd7f3fd183a83b25ba7a7b4883d0451b'
'SKIP'
'3a08fcae0057efff1545432b8a43b11b5213dc9581ae8345f52edaf4ff716f38'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')