games/starfighter: Updated for version 2.4.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Tim Dickson 2021-01-15 17:50:17 +00:00 committed by Dave Woodfall
parent 478d2efa77
commit 37d496e524
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for starfighter
# Copyright 2016-2020 Tim Dickson, Scotland dickson.tim at googlemail.com
# Copyright 2016-2021 Tim Dickson, Scotland dickson.tim at googlemail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
PRGNAM=starfighter
VERSION=${VERSION:-2.3.3}
VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="starfighter"
VERSION="2.3.3"
VERSION="2.4"
HOMEPAGE="https://github.com/pr-starfighter/starfighter/"
DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.3/starfighter-2.3.3-src.tar.gz"
MD5SUM="ec37d907a939a429acd5f000448e8e32"
DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.4/starfighter-2.4-src.tar.gz"
MD5SUM="ab7d7c3d122225c19e5647792ba374bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"