From 0aa2561dce3a19e629592f2d3cbc2705e0f5d7b5 Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Sat, 12 Sep 2020 00:56:16 +0100 Subject: games/starfighter: Updated for version 2.3.2. Signed-off-by: Dave Woodfall --- games/starfighter/starfighter.SlackBuild | 37 +++++++++++++++++--------------- games/starfighter/starfighter.info | 8 +++---- 2 files changed, 24 insertions(+), 21 deletions(-) (limited to 'games/starfighter') diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index 74cd44fdf2d4..b275f2e868a6 100644 --- a/games/starfighter/starfighter.SlackBuild +++ b/games/starfighter/starfighter.SlackBuild @@ -1,26 +1,29 @@ #!/bin/sh # Slackware build script for starfighter -# Written by Tim Dickson dickson.tim at googlemail.com +# Copyright 2016-2020 Tim Dickson, Scotland dickson.tim at googlemail.com +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 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 -# so separate one not needed. -# doc location still changed to support slackware prefered location -# updated 05/03/2017 for v1.7 -# updated 22/07/2019 for v2.0 (2.0.0.3) -# 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 -# 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.3.1} +VERSION=${VERSION:-2.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/starfighter/starfighter.info b/games/starfighter/starfighter.info index a9b8f68e43a2..2183bdccfe47 100644 --- a/games/starfighter/starfighter.info +++ b/games/starfighter/starfighter.info @@ -1,10 +1,10 @@ PRGNAM="starfighter" -VERSION="2.3.1" +VERSION="2.3.2" HOMEPAGE="https://github.com/pr-starfighter/starfighter/" -DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.1/starfighter-2.3.1-src.tar.gz" -MD5SUM="6d141ebade60599774e67fccd160ec71" +DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.2/starfighter-2.3.2-src.tar.gz" +MD5SUM="364ca4121684b1c78cba072843f2ec9b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2_image SDL2_mixer" +REQUIRES="SDL2_image SDL2_mixer SDL2_ttf" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" -- cgit v1.2.3