diff options
-rw-r--r-- | recipes-devtools/python/python-simplejson_3.7.3.bb (renamed from recipes-devtools/python/python-simplejson_3.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-simplejson_3.6.2.bb b/recipes-devtools/python/python-simplejson_3.7.3.bb index ecc46797..39dfce61 100644 --- a/recipes-devtools/python/python-simplejson_3.6.2.bb +++ b/recipes-devtools/python/python-simplejson_3.7.3.bb | |||
@@ -13,8 +13,8 @@ PR = "r0" | |||
13 | SRCNAME = "simplejson" | 13 | SRCNAME = "simplejson" |
14 | 14 | ||
15 | SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" | 15 | SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "deca871b9bfa4b76ea360756b2a22710" | 16 | SRC_URI[md5sum] = "117346e5ee4ed4434ffe485f8e58f5ed" |
17 | SRC_URI[sha256sum] = "99c092209f88d411858f01b14a97a4fcf8c4f438a685e23d733a3d65de52a35d" | 17 | SRC_URI[sha256sum] = "63d7f7b14a20f29f74325a69e6db45925eaf6e3a003eab46c0234fd050a8c93f" |
18 | 18 | ||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
20 | 20 | ||