mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
dkms: update to 2.4.0
This commit is contained in:
parent
cd266eedcb
commit
8269e0993d
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.2.0.3
|
version=2.4.0
|
||||||
revision=12
|
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"
|
||||||
homepage="http://linux.dell.com/dkms"
|
homepage="https://github.com/dell/dkms"
|
||||||
distfiles="${homepage}/permalink/dkms-$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"
|
||||||
checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc
|
checksum=53f09dbd5db8c12eca2c80c959793389e14355dfed1363133a0e08e751bb9053
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl-devel";;
|
*-musl) depends+=" musl-devel";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue