From 974ec983fa46ad35d1926764fa4460062cfa3755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Mar 2024 10:29:34 -0300 Subject: [PATCH] core: tools: mavlink2rest: Update to t0.11.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/tools/mavlink2rest/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/mavlink2rest/bootstrap.sh b/core/tools/mavlink2rest/bootstrap.sh index 40c400ca6..6f32b57fc 100755 --- a/core/tools/mavlink2rest/bootstrap.sh +++ b/core/tools/mavlink2rest/bootstrap.sh @@ -5,7 +5,7 @@ set -e LOCAL_BINARY_PATH="/usr/bin/mavlink2rest" -VERSION=t0.11.19 +VERSION=t0.11.20 # By default we install armv7 REMOTE_BINARY_URL="https://github.com/mavlink/mavlink2rest/releases/download/${VERSION}/mavlink2rest-armv7-unknown-linux-musleabihf"