summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Philip van der Hoeven <philip@vd-hoeven.nl>2017-08-05 14:55:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:23 +0700
commite3a1c7b2a5f47dae49efb78dfd902a50b0ca271c (patch)
tree3ca65309595a1ac8aafd889c670023642b07ffee
parenteb84ae49c8b1ba1a5fdddb7d561739f1e1e5b323 (diff)
downloadslackbuilds-e3a1c7b2a5f47dae49efb78dfd902a50b0ca271c.tar.gz
slackbuilds-e3a1c7b2a5f47dae49efb78dfd902a50b0ca271c.tar.xz
games/openmsx-debugger: Updated for version 20170610.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--games/openmsx-debugger/openmsx-debugger.SlackBuild8
-rw-r--r--games/openmsx-debugger/openmsx-debugger.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/games/openmsx-debugger/openmsx-debugger.SlackBuild b/games/openmsx-debugger/openmsx-debugger.SlackBuild
index 73a926fa3a..78c16abaaa 100644
--- a/games/openmsx-debugger/openmsx-debugger.SlackBuild
+++ b/games/openmsx-debugger/openmsx-debugger.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for openmsx-debugger
-# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
+# Copyright 2016-2017 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:-20161029}
-SRCVERSION=87b78ed7ffa8de189b683aab66889ab57837a9e5
+VERSION=${VERSION:-20170610}
+SRCVERSION=0dd03735b874ef4f054b178a17e346efda23c9ca
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog GNUmakefile GPL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS GPL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/openmsx-debugger/openmsx-debugger.info b/games/openmsx-debugger/openmsx-debugger.info
index 735ccc0215..d806f204c2 100644
--- a/games/openmsx-debugger/openmsx-debugger.info
+++ b/games/openmsx-debugger/openmsx-debugger.info
@@ -1,8 +1,8 @@
PRGNAM="openmsx-debugger"
-VERSION="20161029"
+VERSION="20170610"
HOMEPAGE="http://openmsx.org"
-DOWNLOAD="https://github.com/openMSX/debugger/archive/87b78ed7ffa8de189b683aab66889ab57837a9e5.tar.gz"
-MD5SUM="ebfa2d97efc5c23034ce1442b8ace6e6"
+DOWNLOAD="https://github.com/openMSX/debugger/archive/0dd03735b874ef4f054b178a17e346efda23c9ca.tar.gz"
+MD5SUM="e63066d6c738a534c80025026690d711"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"