summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-05-01 10:12:13 +0200
committerPiotr Gorski2023-05-01 10:12:13 +0200
commit8793369285044fbe0a5ef2df50e358039ed83b47 (patch)
tree2b24abbc40f4735c9e94aeb1e7aface53b23e617
parent9be31da692ef5eeaf083e163c0f39f8bebb7de91 (diff)
downloadaur-8793369285044fbe0a5ef2df50e358039ed83b47.tar.gz
Bump to 6.3.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 539f37659fc0..7d393a7c4ea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.3
+ pkgver = 6.3.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.3.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.1.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.3.1.tar.sign
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
+ sha256sums = 78620fb4a7d5e0db1d4eb8d5b1c6e207ba5d19564efa63967a59b6daf89b3f2a
sha256sums = SKIP
sha256sums = 5450549abde9ed5a2a28d8fa409c27367cb05720a20d170f0665704d55a4380c
sha256sums = 05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c
diff --git a/PKGBUILD b/PKGBUILD
index 0c891fa6c427..3e2f49ae31cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.3
-_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=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
+sha256sums=('78620fb4a7d5e0db1d4eb8d5b1c6e207ba5d19564efa63967a59b6daf89b3f2a'
'SKIP'
'5450549abde9ed5a2a28d8fa409c27367cb05720a20d170f0665704d55a4380c'
'05ea4e00d1e99bf8140a21c94e3c42acf17b9debad9c6f5decbe1dd1fe04332c')