summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2020-02-08 01:52:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 01:52:48 +0700
commit4a144bf45acfe031790a64a569db8a5e36e2b0cf (patch)
tree704050ec9090ebdf31cbc4cb4af89632b0845765 /games
parente68f5d4925ccf14e05b4190fd812a42b8e1168c0 (diff)
downloadslackbuilds-4a144bf45acfe031790a64a569db8a5e36e2b0cf.tar.gz
slackbuilds-4a144bf45acfe031790a64a569db8a5e36e2b0cf.tar.xz
games/ultimatestunts: Updated for version 0.7.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/ultimatestunts/slack-desc2
-rw-r--r--games/ultimatestunts/ultimatestunts.SlackBuild11
-rw-r--r--games/ultimatestunts/ultimatestunts.info6
3 files changed, 10 insertions, 9 deletions
diff --git a/games/ultimatestunts/slack-desc b/games/ultimatestunts/slack-desc
index 1cb891d3f9..fd46c81b22 100644
--- a/games/ultimatestunts/slack-desc
+++ b/games/ultimatestunts/slack-desc
@@ -13,7 +13,7 @@ ultimatestunts: Ultimate Stunts involves some really spectacular stunts, like
ultimatestunts: loopings, corkscrews, bridges to jump over, etc., but the best thing
ultimatestunts: is that you can design your own tracks!
ultimatestunts:
-ultimatestunts: http://www.ultimatestunts.nl/
+ultimatestunts: https://www.ultimatestunts.nl/
ultimatestunts:
ultimatestunts:
ultimatestunts:
diff --git a/games/ultimatestunts/ultimatestunts.SlackBuild b/games/ultimatestunts/ultimatestunts.SlackBuild
index 6408fb4a6b..4ba36eee5c 100644
--- a/games/ultimatestunts/ultimatestunts.SlackBuild
+++ b/games/ultimatestunts/ultimatestunts.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ultimatestunts
-# Copyright 2018 Johannes Schoepfer, Germany
+# Copyright 2018 - 2020 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ultimatestunts
-VERSION=${VERSION:-0771}
+VERSION=${VERSION:-0.7.7.1}
+SRC_VER=$(echo $VERSION | tr -d \.)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-srcdata-$VERSION
-tar xvf $CWD/$PRGNAM-srcdata-$VERSION.tar.gz
-cd $PRGNAM-srcdata-$VERSION
+rm -rf $PRGNAM-srcdata-$SRC_VER
+tar xvf $CWD/$PRGNAM-srcdata-$SRC_VER.tar.gz
+cd $PRGNAM-srcdata-$SRC_VER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/ultimatestunts/ultimatestunts.info b/games/ultimatestunts/ultimatestunts.info
index 81bc8fd34d..1cbc461780 100644
--- a/games/ultimatestunts/ultimatestunts.info
+++ b/games/ultimatestunts/ultimatestunts.info
@@ -1,7 +1,7 @@
PRGNAM="ultimatestunts"
-VERSION="0771"
-HOMEPAGE="http://www.ultimatestunts.nl/"
-DOWNLOAD="http://downloads.sourceforge.net/ultimatestunts/ultimatestunts-srcdata-0771.tar.gz"
+VERSION="0.7.7.1"
+HOMEPAGE="https://www.ultimatestunts.nl/"
+DOWNLOAD="https://downloads.sourceforge.net/ultimatestunts/ultimatestunts-srcdata-0771.tar.gz"
MD5SUM="f62f7360c0a5024097348706b63ef826"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""