diff options
Diffstat (limited to 'network/lldpd/lldpd.SlackBuild')
-rw-r--r-- | network/lldpd/lldpd.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/lldpd/lldpd.SlackBuild b/network/lldpd/lldpd.SlackBuild index c9a6433acf8ea..5daa10c247884 100644 --- a/network/lldpd/lldpd.SlackBuild +++ b/network/lldpd/lldpd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lldpd -# Copyright 2017-2023 Thibaut Notteboom, Paris, FRANCE +# Copyright 2017-2024 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lldpd -VERSION=${VERSION:-1.0.17} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.18} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |