diff options
author | Arn0 <yth@ythogtha.org> | 2023-08-16 13:42:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 19:52:52 +0700 |
commit | 767bd6057022008ab7d83f456e7d2517c0e92b94 (patch) | |
tree | f10b35ddb47458c07a2af2deb2eb3032887de77d /games | |
parent | 99bbc5c4140d302f73c301cc4066a0d9857d09e2 (diff) |
games/ags: updated for version 3.6.0.51
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 54b39602aa48..50d34f9b60bc 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.50} +VERSION=${VERSION:-3.6.0.51} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ags/ags.info b/games/ags/ags.info index ebc1cfd21eed..d2337102cf88 100644 --- a/games/ags/ags.info +++ b/games/ags/ags.info @@ -1,8 +1,8 @@ PRGNAM="ags" -VERSION="3.6.0.50" +VERSION="3.6.0.51" HOMEPAGE="https://github.com/adventuregamestudio/ags" -DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.50/ags-3.6.0.50.tar.gz" -MD5SUM="6e0b4c7ecdf29c8192031e3fab1020bb" +DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.0.51/ags-3.6.0.51.tar.gz" +MD5SUM="d450a8803a44f4ef8cca2f8ac0e0d204" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_sound" |