diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-09-04 10:57:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:46 +0700 |
commit | 6c0889dfdf251cd5b23ef1faee1baca51f36b268 (patch) | |
tree | d54c618826b2453f821cf96c6c0616e1636c1acd /games/starfighter/starfighter.SlackBuild | |
parent | 698c5b6df158b8e6b77c402dcbf13f9ca32676f9 (diff) | |
download | slackbuilds-6c0889dfdf251cd5b23ef1faee1baca51f36b268.tar.gz |
games/starfighter: Updated for version 2.3.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |