From 530e8beb1baad92b34252be4845d5e2bc8e32586 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 30 Nov 2011 12:44:39 +0000 Subject: [PATCH] simplejson: bump to 2.2.1 Signed-off-by: Roberto Riggio git-svn-id: svn://svn.openwrt.org/openwrt/packages@29363 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/simplejson/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/simplejson/Makefile b/lang/simplejson/Makefile index 1af676196..f10ec977f 100644 --- a/lang/simplejson/Makefile +++ b/lang/simplejson/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simplejson -PKG_VERSION:=2.1.6 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pypi.python.org/packages/source/s/simplejson/ -PKG_MD5SUM:=2f8351f6e6fe7ef25744805dfa56c0d5 +PKG_MD5SUM:=070c6467462bd63306f1756b01df6d70 PKG_BUILD_DEPENDS:=python include $(INCLUDE_DIR)/package.mk