libraries/sord: Updated for version 0.14.0.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2016-03-13 18:01:01 +01:00 committed by Willy Sudiarto Raharjo
parent 8a0550f632
commit 405fc419f4
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for sord
# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sord
VERSION=0.12.0
VERSION=0.14.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL NEWS PACKAGING README \
cp -a AUTHORS COPYING INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="sord"
VERSION="0.12.0"
VERSION="0.14.0"
HOMEPAGE="http://drobilla.net/software/sord/"
DOWNLOAD="http://download.drobilla.net/sord-0.12.0.tar.bz2"
MD5SUM="0c045bd0a7a2d70974ed7287bb61f891"
DOWNLOAD="http://download.drobilla.net/sord-0.14.0.tar.bz2"
MD5SUM="7ffda283ad0a5716f196f650edd25713"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="serd"