libnl: Update to 3.2.29
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Tue, 3 Jan 2017 21:06:36 +0000 (22:06 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 10 Jan 2017 07:26:42 +0000 (08:26 +0100)
Update libnl to 3.2.29

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
package/libs/libnl/Makefile

index 9d9e22bf72ff669b8f96a94c584b02bee0ca2619..7916556c00ef412c80065cbd6f41bb831f6d7fb6 100644 (file)
@@ -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