games/openmsx-debugger: Updated for version 20181202.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip van der Hoeven 2019-01-09 07:21:22 +07:00 committed by Willy Sudiarto Raharjo
parent 75597f67e4
commit 2543360899
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for openmsx-debugger
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
# Copyright 2016-2019 Philip van der Hoeven, Almere, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,8 @@
PRGNAM=openmsx-debugger
SRCNAM=debugger
VERSION=${VERSION:-20170610}
SRCVERSION=0dd03735b874ef4f054b178a17e346efda23c9ca
VERSION=${VERSION:-20181202}
SRCVERSION=789ef3cafa1837965373c2244d6a4541de863d5c
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="openmsx-debugger"
VERSION="20170610"
VERSION="20181202"
HOMEPAGE="http://openmsx.org"
DOWNLOAD="https://github.com/openMSX/debugger/archive/0dd03735b874ef4f054b178a17e346efda23c9ca.tar.gz"
MD5SUM="e63066d6c738a534c80025026690d711"
DOWNLOAD="https://github.com/openMSX/debugger/archive/789ef3cafa1837965373c2244d6a4541de863d5c.tar.gz"
MD5SUM="e57fa4c8e0cb06bcf55ed27bb4278f06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"