[package] update libjson-c to 0.9 (#5889)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17707 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-09-24 20:23:32 +00:00
parent d44990a728
commit ecfdb9995f

View 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