diff options
author | Arn0 <yth@ythogtha.org> | 2023-12-01 14:33:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-01 20:57:20 +0700 |
commit | 99fe069040e1ffcd8780cd48dd51159d7d627211 (patch) | |
tree | ef4312ae390e4d6c89d1683492c124106ba6c74e /games | |
parent | 3f8166ec3a3f6c334c3db90f086e179692451bb0 (diff) |
games/ags: updated for version 3.6.0.54
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 e55022c40aa9..5972f112fc71 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.53} +VERSION=${VERSION:-3.6.0.54} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ags/ags.info b/games/ags/ags.info index def458bf7893..9b4c8bceb257 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,8 +1,8 @@ PRGNAM="ags" -VERSION="3.6.0.53" +VERSION="3.6.0.54" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.53/ags-3.6.0.53.tar.gz" -MD5SUM="d29d6e037a851a257aa76f7615166bb1" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.54/ags-3.6.0.54.tar.gz" +MD5SUM="565e0ea0b3db365ca2b185f7ca86fb19" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_sound" |