games/ags: Updated for version 3.6.1.24.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
4d940f81d5
commit
c487ce0f77
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ags
|
||||
VERSION=${VERSION:-3.6.1.23}
|
||||
VERSION=${VERSION:-3.6.1.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ags"
|
||||
VERSION="3.6.1.23"
|
||||
VERSION="3.6.1.24"
|
||||
HOMEPAGE="https://github.com/adventuregamestudio/ags"
|
||||
DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.1.23/ags-3.6.1.23.tar.gz"
|
||||
MD5SUM="a69283fea676a89fdc810519932857ca"
|
||||
DOWNLOAD="https://github.com/adventuregamestudio/ags/archive/v3.6.1.24/ags-3.6.1.24.tar.gz"
|
||||
MD5SUM="db1d9a58de8d0f17fb97ee9ff4734c08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_sound"
|
||||
|
|
Loading…
Reference in New Issue