summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/FlightGear.SlackBuild
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2020-12-11 17:20:38 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-12 07:09:19 +0700
commit6ddcbfb2d95ed399d3b3b8f913d13386f74ed004 (patch)
treed96241b247ff3aa66b82bd24a9ccc42838ef6acd /games/FlightGear/FlightGear.SlackBuild
parentfb1ea94bbf4e76f83cedcc0e123b4400ebb5efa7 (diff)
downloadslackbuilds-6ddcbfb2d95ed399d3b3b8f913d13386f74ed004.tar.gz
slackbuilds-6ddcbfb2d95ed399d3b3b8f913d13386f74ed004.tar.xz
games/FlightGear: Updated for version 2020.3.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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