aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-sphinx-native_1.6.3.bb (renamed from recipes-devtools/python/python3-sphinx-native_1.6.6.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb b/recipes-devtools/python/python3-sphinx-native_1.6.3.bb
index 1fd2507..9d64224 100644
--- a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
+++ b/recipes-devtools/python/python3-sphinx-native_1.6.3.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Python documentation generator"
HOMEPAGE = "http://sphinx-doc.org/"
SECTION = "devel/python"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d5575c977f2e4659ece47f731f2b8319"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bdf5e5254e389241208655de56611028"
PR = "r0"
SRCNAME = "sphinx"
SRC_URI = "https://github.com/sphinx-doc/sphinx/archive/${PV}.tar.gz"
-SRC_URI[md5sum] = "567457f488771643ea4d8adffacc6b2a"
-SRC_URI[sha256sum] = "1ce2041ef4538eba0dc8394a5add4a97fbfa54f026322ae4a7e6fb2c2ea51ae7"
+SRC_URI[md5sum] = "4cb791d4ec15c0116940e7f6c27d7aef"
+SRC_URI[sha256sum] = "0707b2a8a47462c06b0107426b8512a68332232241e414384b6b86cce9b7f60f"
S = "${WORKDIR}/${SRCNAME}-${PV}"