[source] libnl: Update to 3.2.29
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 10 00:45:03 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/dfe93c20ec643f0128b55b18f19f9b52c8d670ec
commit dfe93c20ec643f0128b55b18f19f9b52c8d670ec
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Tue Jan 3 22:06:36 2017 +0100
libnl: Update to 3.2.29
Update libnl to 3.2.29
Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
package/libs/libnl/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index 9d9e22b..7916556 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnl
-PKG_VERSION:=3.2.28
+PKG_VERSION:=3.2.29
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_2_28
-PKG_HASH:=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41
+PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_2_29
+PKG_HASH:=0beb593dc6abfffa18a5c787b27884979c1b7e7f1fd468c801e3cc938a685922
PKG_LICENSE:=LGPL-2.1
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list