games/openmsx-debugger: Updated for version 20220221.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5c893cef6
commit
89d955de1b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for openmsx-debugger
|
# Slackware build script for openmsx-debugger
|
||||||
|
|
||||||
# Copyright 2016-2019 Philip van der Hoeven, Almere, The Netherlands
|
# Copyright 2016-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=openmsx-debugger
|
PRGNAM=openmsx-debugger
|
||||||
SRCNAM=debugger
|
SRCNAM=debugger
|
||||||
VERSION=${VERSION:-20181202}
|
VERSION=${VERSION:-20220221}
|
||||||
SRCVERSION=789ef3cafa1837965373c2244d6a4541de863d5c
|
SRCVERSION=f82ae8b8f237a856594948ad117d92bf841b9c67
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="openmsx-debugger"
|
PRGNAM="openmsx-debugger"
|
||||||
VERSION="20181202"
|
VERSION="20220221"
|
||||||
HOMEPAGE="http://openmsx.org"
|
HOMEPAGE="http://openmsx.org"
|
||||||
DOWNLOAD="https://github.com/openMSX/debugger/archive/789ef3cafa1837965373c2244d6a4541de863d5c.tar.gz"
|
DOWNLOAD="https://github.com/openMSX/debugger/archive/f82ae8b8f237a856594948ad117d92bf841b9c67.tar.gz"
|
||||||
MD5SUM="e57fa4c8e0cb06bcf55ed27bb4278f06"
|
MD5SUM="c6c4df3b5976a3503bd47ce8600d05b6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue