summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/FlightGear.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r--games/FlightGear/FlightGear.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index c4337d6634..b691fc18ef 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2020.3.2}
+VERSION=${VERSION:-2020.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ fi
set -e
-# Choose whether or not to build the internal Qt launcher.
+# Choose if we build the internal Qt launcher.
if [ "${QT5}" == "yes" ]; then
OPT="$OPT -DENABLE_QT=ON"
else