diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-06 23:35:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:39 +0700 |
commit | 0541fc752ee7b37b43cc3cb3b54a6c49f0fc659f (patch) | |
tree | 15aac42a7ba6190738b455666a0b2155d593e903 /games | |
parent | b8840d8e03e6ed3fbdee73a6e0dfde8c1be2819d (diff) |
games/ags: Updated for version 3.6.0.47.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/ags/ags.SlackBuild | 2 | ||||
-rw-r--r-- | games/ags/ags.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/ags/ags.SlackBuild b/games/ags/ags.SlackBuild index af04a12165a3..81e56cc67f3f 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.5.1.27} +VERSION=${VERSION:-3.6.0.47} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ags/ags.info b/games/ags/ags.info index f6526e8ffc5d..e201e7a31b54 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,10 +1,10 @@ PRGNAM="ags" -VERSION="3.5.1.27" +VERSION="3.6.0.47" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v.3.5.1.27/ags-v.3.5.1.27.tar.gz" -MD5SUM="5836c1c4df5b4b0e7a987b2d8df26bf1" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v.3.6.0.47/ags-v.3.6.0.47.tar.gz" +MD5SUM="bceceb32783ede8d5d4abcaa12856bd2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dumb" +REQUIRES="SDL2_sound" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |