diff options
Diffstat (limited to 'source/a/kmod/kmod.SlackBuild')
-rwxr-xr-x | source/a/kmod/kmod.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild index 0863d0e3..4eb58cfa 100755 --- a/source/a/kmod/kmod.SlackBuild +++ b/source/a/kmod/kmod.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for kmod -# Copyright 2011, 2012 Robby Workman, Northport, Alabama, USA +# Copyright 2011,2012,2013 Robby Workman, Northport, Alabama, USA +# Copyright 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=kmod -VERSION=${VERSION:-9} -BUILD=${BUILD:-3} +VERSION=${VERSION:-15} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |