diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-10-29 11:49:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-05 07:16:16 +0700 |
commit | af363b9b00df627298003ad483af7420cd28031f (patch) | |
tree | e9726e6f97dd3ec2bc1f1a113cdbdad140df3cf0 /python | |
parent | 78e0d8358ef6f65a6b2585210a016f1358212031 (diff) | |
download | slackbuilds-af363b9b00df627298003ad483af7420cd28031f.tar.gz |
python/simplejson: Updated for version 3.10.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python')
-rw-r--r-- | python/simplejson/simplejson.SlackBuild | 2 | ||||
-rw-r--r-- | python/simplejson/simplejson.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/simplejson/simplejson.SlackBuild b/python/simplejson/simplejson.SlackBuild index fc80541387..9b6c125096 100644 --- a/python/simplejson/simplejson.SlackBuild +++ b/python/simplejson/simplejson.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=simplejson -VERSION=${VERSION:-3.8.2} +VERSION=${VERSION:-3.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/simplejson/simplejson.info b/python/simplejson/simplejson.info index 3610c0f147..0da001b88e 100644 --- a/python/simplejson/simplejson.info +++ b/python/simplejson/simplejson.info @@ -1,8 +1,8 @@ PRGNAM="simplejson" -VERSION="3.8.2" +VERSION="3.10.0" HOMEPAGE="https://github.com/simplejson/simplejson" -DOWNLOAD="http://pypi.python.org/packages/source/s/simplejson/simplejson-3.8.2.tar.gz" -MD5SUM="53b1371bbf883b129a12d594a97e9a18" +DOWNLOAD="https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/simplejson-3.10.0.tar.gz" +MD5SUM="426a9631d22851a7a970b1a677368b15" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |