diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-08-19 12:40:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:24:02 +0700 |
commit | 1bd0d8fb94d8671cf06ef8b8ce319230cb995e17 (patch) | |
tree | 85d0559d50ea1e11ea8082ff2c1dfd647add07a6 /network/ettercap/ettercap.SlackBuild | |
parent | 11c4640159d57d275db4a787334659ee9d900e41 (diff) | |
download | slackbuilds-1bd0d8fb94d8671cf06ef8b8ce319230cb995e17.tar.gz |
network/ettercap: Updated for version 0.8.3.
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 f841ef5396..6b4d4de738 100644 --- a/network/ettercap/ettercap.SlackBuild +++ b/network/ettercap/ettercap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ettercap -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ettercap -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |