astyle update to v2.06

This commit is contained in:
Daniel Agar 2017-01-28 16:09:38 -05:00 committed by Lorenz Meier
parent e916159f5c
commit 7c094053cb
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -eu
ASTYLE_VER_REQUIRED="Artistic Style Version 2.05.1"
ASTYLE_VER_REQUIRED="Artistic Style Version 2.06"
astyle_ver() {
echo "PX4 requires ${ASTYLE_VER_REQUIRED}"
echo "You can get the correct version here: https://github.com/PX4/astyle/releases/tag/2.05.1"
echo "You can get the correct version here: https://sourceforge.net/projects/astyle/files/astyle/astyle%202.06/"
}
# check if astyle is installed

View File

@ -1,7 +1,7 @@
#! /bin/bash
if [ -z "$PX4_DOCKER_REPO" ]; then
PX4_DOCKER_REPO=px4io/px4-dev-nuttx:2017-01-14
PX4_DOCKER_REPO=px4io/px4-dev-nuttx:2017-01-28
fi
PWD=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )