From 5032a5b8e0ea6018de28bb6094e10939edeb0a46 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 13 Sep 2016 10:50:35 +0200 Subject: [PATCH] python-rosdep: updating to 0.11.5 --- .../{python-rosdep_0.11.0.bb => python-rosdep_0.11.5.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-devtools/python/{python-rosdep_0.11.0.bb => python-rosdep_0.11.5.bb} (65%) diff --git a/recipes-devtools/python/python-rosdep_0.11.0.bb b/recipes-devtools/python/python-rosdep_0.11.5.bb similarity index 65% rename from recipes-devtools/python/python-rosdep_0.11.0.bb rename to recipes-devtools/python/python-rosdep_0.11.5.bb index 3fa41c2..3ed088c 100644 --- a/recipes-devtools/python/python-rosdep_0.11.0.bb +++ b/recipes-devtools/python/python-rosdep_0.11.5.bb @@ -6,9 +6,9 @@ SRCNAME = "rosdep" DEPENDS = "python-nose" -SRC_URI = "http://pypi.python.org/packages/source/r/rosdep/rosdep-${PV}.tar.gz" -SRC_URI[md5sum] = "c1e3f200d9beddb5c70cc0a74ab47734" -SRC_URI[sha256sum] = "6d043e1fb58d8b366f90b63ccfaff3140416bf1a6f4014bb3bb1b85af7a77073" +SRC_URI = "http://download.ros.org/downloads/rosdep/rosdep-${PV}.tar.gz" +SRC_URI[md5sum] = "2c5669bc5cafcb1df8cd21ce14844cc4" +SRC_URI[sha256sum] = "46e072074270a1ea25411829814f4bdc1f34b358c950e9b8a7b75b4a40efd96a" S = "${WORKDIR}/${SRCNAME}-${PV}"