summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-05-17 14:24:23 +0200
committerPiotr Gorski2023-05-17 14:24:23 +0200
commit657224e789829586a4b65c30a40d9bbac04732cb (patch)
tree768d24e47013e557cca68880880c1b94aa368e9a
parent8a11451c16f39959b71d3b25a449a33ffb69d7b3 (diff)
downloadaur-657224e789829586a4b65c30a40d9bbac04732cb.tar.gz
Bump to 6.3.3
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 e73fccb4abe3..4726ec4d2956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.3.2
+ pkgver = 6.3.3
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.3.2.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.2.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.3.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.3.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = b612ecf282ca3f7989ff6d9f39082833b7dc2d522cb969a05334d3614e9c5328
+ sha256sums = 8975216a6cee827390586758ed69d19743367098d1fc5dd5694987bb529e44e5
sha256sums = SKIP
sha256sums = 9a03ea689f6c1d63c66633a1579175d22e8474fe86617c0f5e2c7e0434520b98
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index 8c7f14335eeb..a93bde41e5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.3
-_minor=2
+_minor=3
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
pkgrel=1
@@ -24,7 +24,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'config'
'70-uml.hook')
-sha256sums=('b612ecf282ca3f7989ff6d9f39082833b7dc2d522cb969a05334d3614e9c5328'
+sha256sums=('8975216a6cee827390586758ed69d19743367098d1fc5dd5694987bb529e44e5'
'SKIP'
'9a03ea689f6c1d63c66633a1579175d22e8474fe86617c0f5e2c7e0434520b98'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')