From 984ad0c5f2869fea3d62fdfdf4fff50effb087b7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 18 Mar 2017 10:09:25 -0700 Subject: [PATCH] simplejson: update to simplejson-3.10.0 Signed-off-by: Stephan Raue --- packages/python/system/simplejson/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/python/system/simplejson/package.mk b/packages/python/system/simplejson/package.mk index 63085d4495..550b46a46e 100644 --- a/packages/python/system/simplejson/package.mk +++ b/packages/python/system/simplejson/package.mk @@ -1,6 +1,6 @@ ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv) # # OpenELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,11 +17,11 @@ ################################################################################ PKG_NAME="simplejson" -PKG_VERSION="3.8.2" +PKG_VERSION="3.10.0" PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://pypi.python.org/pypi/simplejson" -PKG_URL="http://pypi.python.org/packages/source/s/simplejson/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_URL="https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" PKG_SECTION="python/system" PKG_SHORTDESC="simplejson: a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+."