summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-06-07 13:44:09 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-09 19:57:23 +0700
commit5b69ab51895e3100b1b249a5823fb8ab7faff754 (patch)
tree7058e55209505ebd8aafa52b73e48e61fd759d7f
parent969dbe3290f906f26b049b8caf6dc775b2ad99d1 (diff)
downloadslackbuilds-5b69ab51895e3100b1b249a5823fb8ab7faff754.tar.gz
slackbuilds-5b69ab51895e3100b1b249a5823fb8ab7faff754.tar.xz
games/ags: updated for version 3.6.0.49
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/ags/ags.SlackBuild6
-rw-r--r--games/ags/ags.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/ags/ags.SlackBuild b/games/ags/ags.SlackBuild
index bec6b997f9..1296888293 100644
--- a/games/ags/ags.SlackBuild
+++ b/games/ags/ags.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ags
-VERSION=${VERSION:-3.6.0.48}
+VERSION=${VERSION:-3.6.0.49}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -68,8 +68,8 @@ rm -rf $PKG
rm -rf $TMP/$PRGNAM-$VERSION
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/$PRGNAM-v.${VERSION}.tar.gz
-cd $PRGNAM-v.$VERSION
+tar xvf $CWD/$PRGNAM-${VERSION}.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/ags/ags.info b/games/ags/ags.info
index 7ce5ce7479..e0e7f4ce99 100644
--- a/games/ags/ags.info
+++ b/games/ags/ags.info
@@ -1,8 +1,8 @@
PRGNAM="ags"
-VERSION="3.6.0.48"
+VERSION="3.6.0.49"
HOMEPAGE="https://github.com/adventuregamestudio/ags"
-DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v.3.6.0.48/ags-v.3.6.0.48.tar.gz"
-MD5SUM="c91b6006077ad4a7948b967e3f4c784f"
+DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.49/ags-3.6.0.49.tar.gz"
+MD5SUM="4cda483b158401fd7412b3ee909b46b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_sound"