lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4f5eb2ffe7a42e8bc7ba25b29baf98dc75d8240f
parent 883b56e58add9067bdebb1d2cacc1d337d7d1ea4
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon, 31 Oct 2016 09:40:17 +0200

Merge pull request #3419 from kissg1988/simplejson

simplejson: update to version 3.10.0
Diffstat:
Mlang/simplejson/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/simplejson/Makefile b/lang/simplejson/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simplejson -PKG_VERSION:=3.8.2 +PKG_VERSION:=3.10.0 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pypi.python.org/packages/source/s/simplejson/ -PKG_MD5SUM:=53b1371bbf883b129a12d594a97e9a18 +PKG_SOURCE_URL:=https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/ +PKG_MD5SUM:=426a9631d22851a7a970b1a677368b15 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk