mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/lldpd: Updated for version 1.0.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c53c3194b
commit
5a7f1115bf
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue