[openwrt/openwrt] lldpd: bump to 1.0.12
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 22 09:38:25 PDT 2021
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/31d984a96ee5227d4aa37ac2ff8a2d53fcecc412
commit 31d984a96ee5227d4aa37ac2ff8a2d53fcecc412
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Aug 22 17:57:39 2021 +0300
lldpd: bump to 1.0.12
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
package/network/services/lldpd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index 920e113e66..9acc721b99 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.9
-PKG_RELEASE:=3
+PKG_VERSION:=1.0.12
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://media.luffy.cx/files/lldpd
-PKG_HASH:=6b64eb3125952b1e33472198b054e8aa0dee45f45d3d4be22789090a474949f5
+PKG_HASH:=d194c65b5b9c98d194a2842ddc75ba17ebdee7ebd5499f81a98d24031628daf1
PKG_MAINTAINER:=Stijn Tintel <stijn at linux-ipv6.be>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list