diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 04:29:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:28 -0600 |
commit | 04e3b6eddf3ddf645a0938544b30d42cb28910c8 (patch) | |
tree | f14b9848bf1f78260bad216580dc2b4305e97953 /network | |
parent | b9cec1cffbf9ab8cd0f9d32b81f874ef3a990900 (diff) | |
download | slackbuilds-04e3b6eddf3ddf645a0938544b30d42cb28910c8.tar.gz |
network/ndiswrapper-kernel: Updated for version 1.58.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/ndiswrapper-kernel/README | 2 | ||||
-rw-r--r-- | network/ndiswrapper-kernel/ndiswrapper-kernel.SlackBuild | 2 | ||||
-rw-r--r-- | network/ndiswrapper-kernel/ndiswrapper-kernel.info | 6 | ||||
-rw-r--r-- | network/ndiswrapper-kernel/slack-desc | 10 |
4 files changed, 10 insertions, 10 deletions
diff --git a/network/ndiswrapper-kernel/README b/network/ndiswrapper-kernel/README index 8c4b6815ee..37b73d45cb 100644 --- a/network/ndiswrapper-kernel/README +++ b/network/ndiswrapper-kernel/README @@ -8,4 +8,4 @@ project provides a linux kernel module that loads and runs NDIS If you'd like to build the module for a kernel that isn't currently running on the system, you should be able to pass that kernel's "uname -r" output on the command line as the value of KERNEL, as in: - KERNEL=2.6.37.6 ./ndiswrapper.SlackBuild + KERNEL=3.8.0 ./ndiswrapper.SlackBuild diff --git a/network/ndiswrapper-kernel/ndiswrapper-kernel.SlackBuild b/network/ndiswrapper-kernel/ndiswrapper-kernel.SlackBuild index 719ec0ec1b..13ae765ff5 100644 --- a/network/ndiswrapper-kernel/ndiswrapper-kernel.SlackBuild +++ b/network/ndiswrapper-kernel/ndiswrapper-kernel.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=ndiswrapper-kernel BUILD=${BUILD:-1} -VERSION=${VERSION:-1.58rc1} +VERSION=${VERSION:-1.58} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-$(uname -r)} diff --git a/network/ndiswrapper-kernel/ndiswrapper-kernel.info b/network/ndiswrapper-kernel/ndiswrapper-kernel.info index 3f669e873c..0616e461c2 100644 --- a/network/ndiswrapper-kernel/ndiswrapper-kernel.info +++ b/network/ndiswrapper-kernel/ndiswrapper-kernel.info @@ -1,8 +1,8 @@ PRGNAM="ndiswrapper-kernel" -VERSION="1.58rc1" +VERSION="1.58" HOMEPAGE="http://sourceforge.net/projects/ndiswrapper/" -DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58rc1.tar.gz" -MD5SUM="d856310c386d481bb7aec8a37161d356" +DOWNLOAD="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.58.tar.gz" +MD5SUM="ba6f57e5eb2f9e94cb07c7f151b2afcd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/ndiswrapper-kernel/slack-desc b/network/ndiswrapper-kernel/slack-desc index b5ac1a9d76..587628c0f0 100644 --- a/network/ndiswrapper-kernel/slack-desc +++ b/network/ndiswrapper-kernel/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| ndiswrapper-kernel: ndiswrapper-kernel (kernel module for NDIS drivers) |