dkms: update to 2.2.0.3.
This commit is contained in:
parent
eb2df81d9b
commit
d09f3ab9ef
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'dkms'
|
||||
pkgname=dkms
|
||||
version=2.2.0.2
|
||||
version=2.2.0.3
|
||||
homepage="http://linux.dell.com/dkms"
|
||||
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
||||
short_desc="Dynamic Kernel Modules System"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=bf6b74c9c81bb9a9e9cee83ee3b5e1494768705d9ae6b2251ef633dc3a994950
|
||||
checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc
|
||||
long_desc="
|
||||
dkms is a framework which allows kernel modules to be dynamically built for
|
||||
each kernel on your system in a simplified and organized fashion."
|
||||
|
||||
conf_files="/etc/dkms/framework.conf"
|
||||
|
||||
noarch=yes
|
||||
|
||||
Add_dependency run bash
|
||||
Add_dependency run module-init-tools
|
||||
Add_dependency run gcc
|
||||
|
|
Loading…
Reference in a new issue