mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dkms: update to 2.6.1. (#969)
This commit is contained in:
parent
dd5eef8eb0
commit
98be189895
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.5
|
version=2.6.1
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils linux-headers"
|
depends="bash kmod gcc make coreutils linux-headers"
|
||||||
|
@ -8,8 +8,8 @@ homepage="https://github.com/dell/dkms"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
checksum=c635db498263acfd8c5c21c85b3a795b4d22b8e4c3ae791648affd135d458ac2
|
checksum=9a34f42a80e01682efcb13c513692e72f1d21570bbc7a9eba855dde30f116ce7
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# We are only interested in the bare minimum.
|
# We are only interested in the bare minimum.
|
||||||
|
|
Loading…
Add table
Reference in a new issue