diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-01-12 12:12:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-18 09:08:54 +0700 |
commit | 0aabf670ec94c37cd79b171512f2b3f69fa4160f (patch) | |
tree | f634e289c378c5f65d39d38fb9f554a12875e481 /network/ettercap/ettercap.SlackBuild | |
parent | c00763a01e90955e8aec6907d7851a37d47df430 (diff) |
network/ettercap: Updated for version 0.8.1, changed homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/ettercap/ettercap.SlackBuild')
-rw-r--r-- | network/ettercap/ettercap.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ettercap/ettercap.SlackBuild b/network/ettercap/ettercap.SlackBuild index c0b3b0bb7e93..c095cebf8e69 100644 --- a/network/ettercap/ettercap.SlackBuild +++ b/network/ettercap/ettercap.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackbuild for ettercap -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ettercap -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |