From c76a14847bb8c1eb6745121a2a15d8af0e27b17d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 19 Mar 2012 14:31:13 +0100 Subject: [PATCH] kmod: update to 7. --- srcpkgs/kmod/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template index f524e922d4..c45d0b4c9f 100644 --- a/srcpkgs/kmod/template +++ b/srcpkgs/kmod/template @@ -1,14 +1,14 @@ # Template file for 'kmod' pkgname=kmod -version=6 +version=7 homepage="http://git.profusion.mobi/cgit.cgi/kmod.git" -distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-6.tar.xz" +distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz" build_style=gnu-configure configure_args="--with-rootprefix= --with-zlib --with-xz" short_desc="Linux kernel module handling" maintainer="Juan RP " license="GPL-2" -checksum=6f1142519916d2dbe780693045a1b2d52d0b2212ec1bd23dd5a03134c3ba62b7 +checksum=9806ee5eeffe7e0c41959f6284795dca2fd1b1eade975524913536c7bef07af7 long_desc=" kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.