aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGergely Kiss <mail.gery@gmail.com>2017-10-29 06:52:08 +0100
committerGergely Kiss <mail.gery@gmail.com>2017-10-29 06:52:08 +0100
commite6010224b5540cc035af74536770e3ea7ee06e90 (patch)
tree85119ed82a042ec173281c27534115ac0e2372f8 /lang
parent23fc92b308681f2b34a67ccb147b8a96309bdf8f (diff)
simplejson: update to 3.11.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/simplejson/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/simplejson/Makefile b/lang/python/simplejson/Makefile
index 21d80fa1b..2d993d360 100644
--- a/lang/python/simplejson/Makefile
+++ b/lang/python/simplejson/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2016 OpenWrt.org
+# Copyright (C) 2007-2017 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=simplejson
-PKG_VERSION:=3.10.0
+PKG_VERSION:=3.11.1
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/
-PKG_HASH:=953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2
+PKG_SOURCE_URL:=https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/
+PKG_HASH:=01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7
PKG_BUILD_DEPENDS:=python python-setuptools
include $(INCLUDE_DIR)/package.mk