diff options
Diffstat (limited to 'games/starfighter/starfighter.SlackBuild')
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index 8c77ca3a1489c..b934c6d8da8cd 100644 --- a/games/starfighter/starfighter.SlackBuild +++ b/games/starfighter/starfighter.SlackBuild @@ -14,9 +14,11 @@ # updated 09/04/2020 for v2.1 applied workrounds for compile flag updates # and change in source tar file. # updated 28/05/2020 for v2.2 +# updated 24/06/2020 for v2.2.1 analogue joystick support. +# fixed README line lengths PRGNAM=starfighter -VERSION=${VERSION:-2.2} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |