mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/lldpd: Updated for version 1.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a63780442f
commit
12c5fb16be
3 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -10,7 +10,7 @@ lldpd_stop() {
|
|||
killall lldpd
|
||||
}
|
||||
|
||||
restart() {
|
||||
lldpd_restart() {
|
||||
lldpd_stop
|
||||
sleep 1
|
||||
lldpd_start
|
||||
|
|
Loading…
Reference in a new issue