[package] update libjson-c to 0.9 (#5889)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Sep 2009 20:23:32 +0000 (20:23 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Sep 2009 20:23:32 +0000 (20:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17707 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libjson-c/Makefile

index 37dc599..ad59441 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=json-c
-PKG_VERSION:=0.7
+PKG_VERSION:=0.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://oss.metaparadigm.com/json-c/
-PKG_MD5SUM:=
+PKG_MD5SUM:=3a13d264528dcbaf3931b0cede24abae
 
 include $(INCLUDE_DIR)/package.mk