diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2024-05-12 06:41:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-14 06:47:43 +0700 |
commit | 5a7f1115bfe5b652b5d0e9e94d8316095b34e9c5 (patch) | |
tree | 66c004fc86796e1d18704c6e655f1727c01b1af5 /network/lldpd | |
parent | 3c53c3194b9d8b581ee5bf549bb520177b336766 (diff) |
network/lldpd: Updated for version 1.0.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/lldpd')
-rw-r--r-- | network/lldpd/lldpd.SlackBuild | 6 | ||||
-rw-r--r-- | network/lldpd/lldpd.info | 6 |
2 files changed, 6 insertions, 6 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} diff --git a/network/lldpd/lldpd.info b/network/lldpd/lldpd.info index 7cab963fa6a6b..de5c52c5454ad 100644 --- a/network/lldpd/lldpd.info +++ b/network/lldpd/lldpd.info @@ -1,8 +1,8 @@ PRGNAM="lldpd" -VERSION="1.0.17" +VERSION="1.0.18" HOMEPAGE="https://vincentbernat.github.io/lldpd/" -DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-1.0.17.tar.gz" -MD5SUM="047ab026dbc4b22b7ef37991e7e2afaa" +DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-1.0.18.tar.gz" +MD5SUM="1ee8a5059044632b4306bd2eee9b54bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |