diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-06-26 13:49:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:52 +0700 |
commit | 6326acbc2298587a2d26483d7e426d85dcc373c7 (patch) | |
tree | 0a72fac7082bde72e1ed76bb70ef10165e51404b /games/starfighter | |
parent | 7aa08ae0b48fe04d7d91943fa8b0156ab8115076 (diff) | |
download | slackbuilds-6326acbc2298587a2d26483d7e426d85dcc373c7.tar.gz |
games/starfighter: Updated for version 2.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/starfighter')
-rw-r--r-- | games/starfighter/README | 17 | ||||
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 4 | ||||
-rw-r--r-- | games/starfighter/starfighter.info | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/games/starfighter/README b/games/starfighter/README index ee87959117..c729830b7b 100644 --- a/games/starfighter/README +++ b/games/starfighter/README @@ -1,10 +1,11 @@ -Project: Starfighter is an old school 2D shoot 'em up game. In the game, you -take on the role of a rebel pilot named Chris who is attempting to overthrow -a military corporation called Weapco. Weapco has seized control of the known -universe and currently rules it with an iron fist. Chris can no longer stand -back and watch as millions of people suffer and die. He steals an experimental -craft known as "Firefly" and begins his mission to fight his way to Sol, -freeing key systems along the way. The game opens with Chris attempting to -escape a Weapco patrol that has intercepted him. +Project: Starfighter is an old school 2D shoot 'em up game. In the +game, you take on the role of a rebel pilot named Chris who is +attempting to overthrow a military corporation called Weapco. Weapco +has seized control of the known universe and currently rules it with +an iron fist. Chris can no longer stand back and watch as millions of +people suffer and die. He steals an experimental craft known as +"Firefly" and begins his mission to fight his way to Sol, freeing key +systems along the way. The game opens with Chris attempting to escape +a Weapco patrol that has intercepted him. Note: On slackware 14.2 make sure SDL2_image is 2.0.1 build 2 or higher. diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index 8c77ca3a14..b934c6d8da 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} diff --git a/games/starfighter/starfighter.info b/games/starfighter/starfighter.info index 27202b29ce..479c0462d8 100644 --- a/games/starfighter/starfighter.info +++ b/games/starfighter/starfighter.info @@ -1,8 +1,8 @@ PRGNAM="starfighter" -VERSION="2.2" +VERSION="2.2.1" HOMEPAGE="https://github.com/pr-starfighter/starfighter/" -DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.2/starfighter-2.2-src.tar.gz" -MD5SUM="ba11b308b6f86026dabd2c9d54ff1b15" +DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.2.1/starfighter-2.2.1-src.tar.gz" +MD5SUM="8b6cb33399f558d03e5ba801173a68b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_image SDL2_mixer" |