diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-02-20 23:39:06 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-02-22 10:31:28 +0200 |
commit | a9b5473c92c01bce9b5f42659b0271bd141e3428 (patch) | |
tree | 1dd3dfe6522d9a52900f07948fa0f69a6433bc51 /package/network/services/lldpd/Makefile | |
parent | d1130ad265b994d1b23972bab8c99787759686d0 (diff) | |
download | upstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.tar.gz upstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.tar.bz2 upstream-a9b5473c92c01bce9b5f42659b0271bd141e3428.zip |
lldpd: bump to 1.0.5
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/network/services/lldpd/Makefile')
-rw-r--r-- | package/network/services/lldpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index eb1fe6539d..48a3993492 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lldpd -PKG_VERSION:=1.0.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd -PKG_HASH:=39fced395168015416bfe78b95414facf066f841f349024433aa20ab54e4c360 +PKG_HASH:=2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99 PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be> PKG_LICENSE:=ISC |