summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-02-22 15:19:11 +0100
committerPiotr Gorski2023-02-22 15:19:11 +0100
commit174fe198a19f6a823e608a80efd800a9553542ab (patch)
tree3bfc197afe3b497efe0362cf073dec7dc5663194
parentb85fe270752ab1a4ac9a5977d73c3362b2cb359d (diff)
downloadaur-174fe198a19f6a823e608a80efd800a9553542ab.tar.gz
Bump to 6.1.13-1
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 1bcbdc6039d2..d761421a9b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 6.1.12
+ pkgver = 6.1.13
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -8,14 +8,14 @@ pkgbase = linux-usermode
makedepends = bc
makedepends = inetutils
depends = coreutils
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.12.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.12.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.13.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.13.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.1/um-patches/0001-um-Support-LTO.patch
source = config
source = 70-uml.hook
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = d47aa675170904dcc93eeaa7c96db54d476a11c5d3e8cf3d3b96e364e2a0edea
+ sha256sums = 48841319f4b0077da15e4176e624032d8332d961ee660e1b85e1ce73ded17a67
sha256sums = SKIP
sha256sums = 4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a
sha256sums = f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9
diff --git a/PKGBUILD b/PKGBUILD
index fde841883a5e..ba47a61f2767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux-usermode
pkgname=('linux-usermode' 'linux-usermode-modules')
_kernelname=-usermodelinux
_major=6.1
-_minor=12
+_minor=13
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=('d47aa675170904dcc93eeaa7c96db54d476a11c5d3e8cf3d3b96e364e2a0edea'
+sha256sums=('48841319f4b0077da15e4176e624032d8332d961ee660e1b85e1ce73ded17a67'
'SKIP'
'4f20c25d0b185a2a10836a765451af316e05fb9e66b8a6773d4299448b5aeb8a'
'f56024e6ee3ac6a9808b766c2604a51564dff9e3d2223fbd05f1b883d9ff31e9'