diff options
Diffstat (limited to 'network/iperf/iperf.SlackBuild')
-rw-r--r-- | network/iperf/iperf.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/iperf/iperf.SlackBuild b/network/iperf/iperf.SlackBuild index b05c262895..1438a3e80f 100644 --- a/network/iperf/iperf.SlackBuild +++ b/network/iperf/iperf.SlackBuild @@ -1,13 +1,14 @@ #!/bin/sh # nullboy 11/14/2008 +# fossfun 10/19/2010 Updated for new version # Some parts learned or copied from: # http://slackbuilds.org/template.SlackBuild # and # http://www.slackwiki.org/Writing_A_SlackBuild_Script PRGNAM=iperf -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |