diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-18 17:01:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-21 17:20:13 +0700 |
commit | 28ad12d6ffb1c14b04ee8ec8e43ecd0943a24ef4 (patch) | |
tree | dcca897595e8147d49756afc21ad8bf7ea2fbc5a /games/SpaceCadetPinball | |
parent | 03d6652948ead59dc7194b2cdffafb09b4609389 (diff) |
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>
Diffstat (limited to 'games/SpaceCadetPinball')
-rw-r--r-- | games/SpaceCadetPinball/README | 2 | ||||
-rw-r--r-- | games/SpaceCadetPinball/SpaceCadetPinball.SlackBuild | 7 | ||||
-rw-r--r-- | games/SpaceCadetPinball/SpaceCadetPinball.info | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/games/SpaceCadetPinball/README b/games/SpaceCadetPinball/README index b23ce75724ad..103835556073 100644 --- a/games/SpaceCadetPinball/README +++ b/games/SpaceCadetPinball/README @@ -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. - - diff --git a/games/SpaceCadetPinball/SpaceCadetPinball.SlackBuild b/games/SpaceCadetPinball/SpaceCadetPinball.SlackBuild index 08f71fba3b96..2fd48cf4a742 100644 --- a/games/SpaceCadetPinball/SpaceCadetPinball.SlackBuild +++ b/games/SpaceCadetPinball/SpaceCadetPinball.SlackBuild @@ -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 \ diff --git a/games/SpaceCadetPinball/SpaceCadetPinball.info b/games/SpaceCadetPinball/SpaceCadetPinball.info index f8b8a582497f..40dbb0a48ea5 100644 --- a/games/SpaceCadetPinball/SpaceCadetPinball.info +++ b/games/SpaceCadetPinball/SpaceCadetPinball.info @@ -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="" |