summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-30 11:29:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-30 11:29:30 +0000
commitf9cca130684324b4cfc224b42d18b2f752ac79f5 (patch)
tree9386c157dff9fe074f9ebd7dcb3755be3ef6b83e /package
parentd1b4f5b54f9c5491637ee86cd36a68e481b7d042 (diff)
downloadmaster-31e0f0ae-f9cca130684324b4cfc224b42d18b2f752ac79f5.tar.gz
master-31e0f0ae-f9cca130684324b4cfc224b42d18b2f752ac79f5.tar.bz2
master-31e0f0ae-f9cca130684324b4cfc224b42d18b2f752ac79f5.zip
upgrade libnl to 1.0-pre8
SVN-Revision: 9636
Diffstat (limited to 'package')
-rw-r--r--package/libnl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile
index d232c77b3f..372b3a3580 100644
--- a/package/libnl/Makefile
+++ b/package/libnl/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnl
-PKG_VERSION:=1.0-pre7
+PKG_VERSION:=1.0-pre8
PKG_RELEASE:=1
-PKG_SOURCE:=libnl-1.0-pre7.tar.gz
-PKG_SOURCE_URL:=http://www.suug.ch/~tgr/libnl/files/
-PKG_MD5SUM:=db9f6265c370f09defd2d2fa3540758e
+PKG_SOURCE:=libnl-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=http://people.suug.ch/~tgr/libnl/files/
+PKG_MD5SUM:=cc54b3ed25ba45d45a966b9355030810
include $(INCLUDE_DIR)/package.mk