mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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>
This commit is contained in:
parent
698c5b6df1
commit
6c0889dfdf
2 changed files with 7 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="starfighter"
|
||||
VERSION="2.2.1"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="https://github.com/pr-starfighter/starfighter/"
|
||||
DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.2.1/starfighter-2.2.1-src.tar.gz"
|
||||
MD5SUM="8b6cb33399f558d03e5ba801173a68b8"
|
||||
DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.1/starfighter-2.3.1-src.tar.gz"
|
||||
MD5SUM="6d141ebade60599774e67fccd160ec71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image SDL2_mixer"
|
||||
|
|
Loading…
Reference in a new issue