From e8116df2fb6d1adbce55f26954710bfe9a35a4f0 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 5 Apr 2019 07:46:56 +0200 Subject: [PATCH] [wip/talos-robot] RElease 1.0.48 --- talos-robot/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/talos-robot/Makefile b/talos-robot/Makefile index 820b6a26..037762a3 100644 --- a/talos-robot/Makefile +++ b/talos-robot/Makefile @@ -1,15 +1,14 @@ # robotpkg Makefile for: wip/talos-robot # Created: Olivier Stasse on Wed, 3 May 2017 # - -VERSION= 1.0.2 +ORG= pal-robotics +VERSION= 1.0.48 PKGBASE= talos-robot PKGNAME= ${PKGBASE}-${VERSION} DISTNAME= ${VERSION} ROSNAME= $(subst -,_,${PKGBASE}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} -PKGREVISION= 2 CATEGORIES= wip -- GitLab