commit 47beb8d42b23e424cd3efe2736278609b62a6180
parent 60970f5c23567149a36df434e7c868a747d3cd8d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 11 Sep 2024 10:01:42 +0200
Fix previous commit
Changing a dependency of star-cpr should have triggered a new release
and a new version number.
Diffstat:
2 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/src/star-cpr_0.5.1.sh b/src/star-cpr_0.5.1.sh
@@ -0,0 +1,33 @@
+#!/bin/sh
+
+# Copyright (C) 2023, 2024 |Méso|Star> (contact@meso-star.com)
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+set -e
+
+[ -n "${STAR_CPR_SH}" ] && return
+export STAR_CPR_SH=1
+
+. "build.sh"
+. "clipper2_1.4.sh"
+. "polygon_0.2.sh"
+. "rsys_0.14.sh"
+
+name="star-cpr"
+url="$\(REPO\)/star-cpr.git"
+tag="0.5.1"
+dep="clipper2 polygon rsys"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo
diff --git a/src/star-cpr_0.5.sh b/src/star-cpr_0.5.sh
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2023, 2024 |Méso|Star> (contact@meso-star.com)
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-set -e
-
-[ -n "${STAR_CPR_SH}" ] && return
-export STAR_CPR_SH=1
-
-. "build.sh"
-. "clipper2_1.4.sh"
-. "polygon_0.2.sh"
-. "rsys_0.14.sh"
-
-name="star-cpr"
-url="$\(REPO\)/star-cpr.git"
-tag="0.5"
-dep="clipper2 polygon rsys"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo