games/SpaceCadetPinball: Updated for version 2.1.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-10-18 17:01:52 -07:00 committed by Willy Sudiarto Raharjo
parent 03d6652948
commit 28ad12d6ff
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 10 deletions

View file

@ -22,5 +22,3 @@ of the unzipped folder to /usr/share/SpaceCadetPinball.
"Space Cadet" copy CADET.DAT and the SOUND/ folder from the CADET/
folder to /usr/share/SpaceCadetPinball.

View file

@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SpaceCadetPinball
VERSION=${VERSION:-2.0.1}
SRCVER=${SRCVER:-Release_2.0.1}
VERSION=${VERSION:-2.1.0}
SRCVER=${SRCVER:-Release_2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,9 +79,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Switch locations from absolute to relative
sed -i "s|/Platform|Platform|g" CMakeLists.txt
mkdir -p build
cd build
cmake \

View file

@ -1,8 +1,8 @@
PRGNAM="SpaceCadetPinball"
VERSION="2.0.1"
VERSION="2.1.0"
HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
DOWNLOAD="https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.0.1/SpaceCadetPinball-Release_2.0.1.tar.gz"
MD5SUM="157dbb531d4927cb5739d1e586af5741"
DOWNLOAD="https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.1.0/SpaceCadetPinball-Release_2.1.0.tar.gz"
MD5SUM="960c5599383360636eebc6f1acd970bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""