development/dis: Updated for version 0.6.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-09-11 16:45:38 -04:00 committed by David Spencer
parent 80e7e618e5
commit 7194165249
2 changed files with 4 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=dis
VERSION=${VERSION:-0.5_20150816.25e17c0f}
VERSION=${VERSION:-0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -24,7 +24,6 @@ set -e
# my ($release, $commit) = split /_/, $version;
# Who says perl is less readable than bash?
RELEASE="$( echo $VERSION | cut -d_ -f1 )"
COMMIT="$( echo $VERSION | cut -d_ -f2 )"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -35,7 +34,6 @@ cd $PRGNAM-$RELEASE
chown -R root:root .
chmod 644 *
patch -p1 < $CWD/$COMMIT.diff
patch -p1 < $CWD/usr_share.diff # look for .dop files also in /usr/share/dis
# manual install

View file

@ -1,8 +1,8 @@
PRGNAM="dis"
VERSION="0.5_20150816.25e17c0f"
VERSION="0.6"
HOMEPAGE="https://github.com/lybrown/dis"
DOWNLOAD="https://github.com/lybrown/dis/archive/v0.5/dis-0.5.tar.gz"
MD5SUM="2324745bb363dcf7e0cfab830a799e90"
DOWNLOAD="https://github.com/lybrown/dis/archive/v0.6/dis-0.6.tar.gz"
MD5SUM="d3944b94a4ffe82a67dcf219bf7f69e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""