diff options
author | Arn0 <yth@ythogtha.org> | 2023-10-09 08:47:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 19:02:23 +0700 |
commit | b001a0ad0f27f762aabdcacc6bcebf31d97e91bc (patch) | |
tree | 075f98cc352980f881a4f121c2e33264482c18b9 /system/dosbox-x | |
parent | dd51064b9114f88eb0f63e2f10712ad23282353e (diff) |
system/dosbox-x: updated for version 2023.10.06
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dosbox-x')
-rw-r--r-- | system/dosbox-x/dosbox-x.SlackBuild | 5 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/system/dosbox-x/dosbox-x.SlackBuild b/system/dosbox-x/dosbox-x.SlackBuild index ed5aa1a8d848e..a52817441a9f8 100644 --- a/system/dosbox-x/dosbox-x.SlackBuild +++ b/system/dosbox-x/dosbox-x.SlackBuild @@ -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="" diff --git a/system/dosbox-x/dosbox-x.info b/system/dosbox-x/dosbox-x.info index a69df413aa668..59eec49c447f5 100644 --- a/system/dosbox-x/dosbox-x.info +++ b/system/dosbox-x/dosbox-x.info @@ -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="" |