* update dkms to 3.1.5-1

This commit is contained in:
Alexander Baldeck 2025-02-16 11:45:34 +01:00
parent 69cf2f1f56
commit 318b25b91a
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = dkms
pkgdesc = Dynamic Kernel Modules System
pkgver = 3.1.4
pkgver = 3.1.5
pkgrel = 1
url = https://github.com/dell/dkms
install = dkms.install
@ -20,12 +20,12 @@ pkgbase = dkms
optdepends = linux-zen-headers: build modules against the ZEN kernel
optdepends = linux-hardened-headers: build modules against the HARDENED kernel
backup = etc/dkms/framework.conf
source = git+https://github.com/dell/dkms.git#tag=v3.1.4
source = git+https://github.com/dell/dkms.git#tag=v3.1.5
source = hook.install
source = hook.remove
source = hook.upgrade
source = hook.sh
sha256sums = be8f66763dd5098203b5b08e587576aeea2092b43f2d09ec38e5e76cea6b1a00
sha256sums = 142828cf858756cf65417291a6ce8f4824f85166c09064ecafda0be847ef5bf2
sha256sums = da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62
sha256sums = 497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554
sha256sums = cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4

View File

@ -4,7 +4,7 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms
pkgver=3.1.4
pkgver=3.1.5
pkgrel=1
pkgdesc='Dynamic Kernel Modules System'
arch=(any)
@ -34,7 +34,7 @@ source=("git+https://github.com/dell/dkms.git#tag=v$pkgver"
'hook.remove'
'hook.upgrade'
'hook.sh')
sha256sums=('be8f66763dd5098203b5b08e587576aeea2092b43f2d09ec38e5e76cea6b1a00'
sha256sums=('142828cf858756cf65417291a6ce8f4824f85166c09064ecafda0be847ef5bf2'
'da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62'
'497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554'
'cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4'