diff options
Diffstat (limited to 'games/starfighter/starfighter.SlackBuild')
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index b934c6d8da..74cd44fdf2 100644 --- a/games/starfighter/starfighter.SlackBuild +++ b/games/starfighter/starfighter.SlackBuild @@ -3,7 +3,7 @@ # Written by Tim Dickson dickson.tim at googlemail.com -# changelog +# changelog (for script and program) # updated 15/10/2016 for v1.6 # make file now supports destdir and project comes with desktop file and icon @@ -16,9 +16,11 @@ # updated 28/05/2020 for v2.2 # updated 24/06/2020 for v2.2.1 analogue joystick support. # fixed README line lengths +# updated 17/07/2020 for v2.3 +# updated 29/07/2020 for v2.3.1 fix japanese text display issue. PRGNAM=starfighter -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |