diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index 3f7664e947d..2c4461fe2c4 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -1,15 +1,15 @@ # Template file for 'dkms' pkgname=dkms -version=2.2.0.3 -revision=12 +version=2.4.0 +revision=1 conf_files="/etc/dkms/framework.conf" depends="bash kmod gcc make coreutils linux-headers" -homepage="http://linux.dell.com/dkms" -distfiles="${homepage}/permalink/dkms-$version.tar.gz" +homepage="https://github.com/dell/dkms" +distfiles="${homepage}/archive/v${version}.tar.gz" short_desc="Dynamic Kernel Modules System" maintainer="Juan RP " license="GPL-2" -checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc +checksum=53f09dbd5db8c12eca2c80c959793389e14355dfed1363133a0e08e751bb9053 case "$XBPS_TARGET_MACHINE" in *-musl) depends+=" musl-devel";;