system/dosbox-x: updated for version 2023.10.06

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-10-09 08:47:44 +02:00 committed by Willy Sudiarto Raharjo
parent dd51064b91
commit b001a0ad0f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dosbox-x
VERSION=${VERSION:-2023.09.01}
VERSION=${VERSION:-2023.10.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,8 +1,8 @@
PRGNAM="dosbox-x"
VERSION="2023.09.01"
VERSION="2023.10.06"
HOMEPAGE="http://dosbox-x.com/"
DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.09.01/dosbox-x-dosbox-x-v2023.09.01.tar.gz"
MD5SUM="54e596e6245b96458f92bb63f5ca6647"
DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.10.06/dosbox-x-dosbox-x-v2023.10.06.tar.gz"
MD5SUM="23c38d01752739095e5b29954ec61b06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""