From f9da211118d8df5215f32f53fd92b806f0463671 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sun, 1 Dec 2013 17:58:49 +0100 Subject: [PATCH] octomap: updating to 1.6.2 --- recipes-ros/octomap/octomap.inc | 4 ++-- recipes-ros/octomap/{octomap_1.6.1.bb => octomap_1.6.2.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-ros/octomap/{octomap_1.6.1.bb => octomap_1.6.2.bb} (100%) diff --git a/recipes-ros/octomap/octomap.inc b/recipes-ros/octomap/octomap.inc index fcfc74f..b3a696b 100644 --- a/recipes-ros/octomap/octomap.inc +++ b/recipes-ros/octomap/octomap.inc @@ -1,6 +1,6 @@ SRC_URI = "https://github.com/OctoMap/${ROS_SPN}/archive/v${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "b4ea2f354e286c48263543dac42cf555" -SRC_URI[sha256sum] = "c68b75913ea5ebeb5459eaf2114801477aeaa2a584b018b8816f8a510150e76e" +SRC_URI[md5sum] = "c53b4a57bd5dd3bb0c6da98be06bfb44" +SRC_URI[sha256sum] = "897d8dc8859cc1a43d1b505382dc2afcecd7310880282ef777d90498751b1d1b" S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}" diff --git a/recipes-ros/octomap/octomap_1.6.1.bb b/recipes-ros/octomap/octomap_1.6.2.bb similarity index 100% rename from recipes-ros/octomap/octomap_1.6.1.bb rename to recipes-ros/octomap/octomap_1.6.2.bb