summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-10-26 18:26:58 +0200
committerPiotr Gorski2022-10-26 18:26:58 +0200
commit57e93f4bf9f48d779372e4607f455093f7a6806b (patch)
treea662a9eab393536cf25ddf3dcd2c770adfef6721
parent63c715b1df6bbd88a7080a03b355d0e53a28a3a9 (diff)
downloadaur-57e93f4bf9f48d779372e4607f455093f7a6806b.tar.gz
Bump to 6.0.5
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 4c6d28c31a58..5bf37389c571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.0.3
+ pkgver = 6.0.5
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = linux-usermode
makedepends = bc
makedepends = inetutils
depends = coreutils
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.0.3.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.0.3.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.0.5.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.0.5.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = b0d522241805794d8af3a67d331ba063a16496c6fb6d365d48f7ed78ee1c3dcf
+ sha256sums = 61332ef22b53c50c10faabfb965896a7d1ad4f3381f0f89643c820f28a60418e
sha256sums = SKIP
sha256sums = c1d42de27e996fd2e5d85d45d02bcc96525ca1498ae7a4c25ab6484dc942c938
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index 6ae60c3bdf74..e4f24650bdb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.0
-_minor=3
+_minor=5
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
pkgrel=1
@@ -20,7 +20,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('b0d522241805794d8af3a67d331ba063a16496c6fb6d365d48f7ed78ee1c3dcf'
+sha256sums=('61332ef22b53c50c10faabfb965896a7d1ad4f3381f0f89643c820f28a60418e'
'SKIP'
'c1d42de27e996fd2e5d85d45d02bcc96525ca1498ae7a4c25ab6484dc942c938'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')