commit 4a5e19db2ada61e7ef39e39446918a3e9d073470
parent 35c9bb771aa83a06bca62d0720f9526b15003a67
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 13 Nov 2023 12:23:39 +0100
Replace htsky 0.3 by htsky 0.3.1
Diffstat:
4 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/lint.mk b/lint.mk
@@ -25,7 +25,7 @@ lint:
shellcheck -o all -x -P src src/htmie_0.1.sh
shellcheck -o all -x -P src src/htpp_0.5.sh
shellcheck -o all -x -P src src/htrdr_0.10.sh
- shellcheck -o all -x -P src src/htsky_0.3.sh
+ shellcheck -o all -x -P src src/htsky_0.3.1.sh
shellcheck -o all -x -P src src/mrumtl_0.2.sh
shellcheck -o all -x -P src src/noweb_2.13rc3.sh
shellcheck -o all -x -P src src/polygon_0.2.sh
diff --git a/src/htrdr_0.10.sh b/src/htrdr_0.10.sh
@@ -36,7 +36,7 @@ export HTRDR_SH=1
. "star-vx_0.3.sh"
if [ "${ATMOSPHERE}" = "ENABLE" ]; then
- . "htsky_0.3.sh"
+ . "htsky_0.3.1.sh"
dep="${dep} htsky"
fi
if [ "${COMBUSTION}" = "ENABLE" ]; then
diff --git a/src/htsky_0.3.1.sh b/src/htsky_0.3.1.sh
@@ -0,0 +1,35 @@
+#!/bin/sh
+
+# Copyright (C) 2023 |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 "${HTSKY_SH}" ] && return
+export HTSKY_SH=1
+
+. "build.sh"
+. "htcp_0.1.sh"
+. "htgop_0.2.sh"
+. "htmie_0.1.sh"
+. "rsys_0.14.sh"
+. "star-vx_0.3.sh"
+
+name="htsky"
+url="$\(REPO\)/htsky.git"
+tag="0.3.1"
+dep="htcp htgop htmie rsys star-vx"
+opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
+git_repo
diff --git a/src/htsky_0.3.sh b/src/htsky_0.3.sh
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2023 |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 "${HTSKY_SH}" ] && return
-export HTSKY_SH=1
-
-. "build.sh"
-. "htcp_0.1.sh"
-. "htgop_0.2.sh"
-. "htmie_0.1.sh"
-. "rsys_0.14.sh"
-. "star-vx_0.3.sh"
-
-name="htsky"
-url="$\(REPO\)/htsky.git"
-tag="0.3"
-dep="htcp htgop htmie rsys star-vx"
-opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)"
-git_repo