network/lldpd: Updated for version 1.0.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2020-12-26 11:30:44 +07:00 committed by Willy Sudiarto Raharjo
parent a63780442f
commit 12c5fb16be
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for lldpd
# Copyright 2017-2020 Thibaut Notteboom, Paris, FRANCE
# Copyright 2017-2021 Thibaut Notteboom, Paris, FRANCE
# 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=lldpd
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="lldpd"
VERSION="1.0.5"
VERSION="1.0.7"
HOMEPAGE="https://vincentbernat.github.io/lldpd/"
DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-1.0.5.tar.gz"
MD5SUM="6949ddf3634423ce3caaaf8a09fc0fa8"
DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-1.0.7.tar.gz"
MD5SUM="509aa1675dafff5017bbcc22850e35a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -10,7 +10,7 @@ lldpd_stop() {
killall lldpd
}
restart() {
lldpd_restart() {
lldpd_stop
sleep 1
lldpd_start