diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-11 09:44:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:42 +0700 |
commit | 1f3d4bb83f189e1b0be13abb6a8f43561c19f580 (patch) | |
tree | b7f5b30473234b1236672eebc8eaabfa9a436ab7 /games | |
parent | 226240b2ee9df9de23edaa8debd070eb167b8563 (diff) |
games/ags: Updated for version 3.6.1.23.
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ags/ags.SlackBuild b/games/ags/ags.SlackBuild index a73526c45b20..ab08d344b76c 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.1.22} +VERSION=${VERSION:-3.6.1.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ags/ags.info b/games/ags/ags.info index 6ab512d882a6..f094e764631c 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,8 +1,8 @@ PRGNAM="ags" -VERSION="3.6.1.22" +VERSION="3.6.1.23" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.1.22/ags-3.6.1.22.tar.gz" -MD5SUM="1e375ec467256a9c5de63404497f92e4" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.1.23/ags-3.6.1.23.tar.gz" +MD5SUM="a69283fea676a89fdc810519932857ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_sound" |