diff options
author | Arn0 <yth@ythogtha.org> | 2024-02-21 10:03:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:44 +0700 |
commit | 98d105cb4f88652c6c1c9ae899b35136a936ee2b (patch) | |
tree | 314602ce469dad06d979b5252958e52207055605 /games/ags | |
parent | 25fa8cce4217620030a639dccd50346ad6ef51ee (diff) |
games/ags: updated for version 3.6.0.57
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ags')
-rw-r--r-- | games/ags/ags.SlackBuild | 2 | ||||
-rw-r--r-- | games/ags/ags.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ags/ags.SlackBuild b/games/ags/ags.SlackBuild index 0d017a988a641..47f3465ad909e 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.56} +VERSION=${VERSION:-3.6.0.57} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ags/ags.info b/games/ags/ags.info index 77cdabccfb7d4..8dea63dbcea3c 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,8 +1,8 @@ PRGNAM="ags" -VERSION="3.6.0.56" +VERSION="3.6.0.57" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.56/ags-3.6.0.56.tar.gz" -MD5SUM="ad951925f7cea5cebb03e2ebada3daff" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.57/ags-3.6.0.57.tar.gz" +MD5SUM="3499e952729acbc6f00da40349ccae6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_sound" |