audio/drumkv1: Updated for version 0.9.23.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5b778bd5d2
commit
df26dc762c
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20211205 bkw: update for 0.9.23
|
||||||
# 20201106 bkw: update for 0.9.18
|
# 20201106 bkw: update for 0.9.18
|
||||||
# 20200114 bkw: update for 0.9.12
|
# 20200114 bkw: update for 0.9.12
|
||||||
# 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc
|
# 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=drumkv1
|
PRGNAM=drumkv1
|
||||||
VERSION=${VERSION:-0.9.18}
|
VERSION=${VERSION:-0.9.23}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -35,9 +36,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
||||||
# the name of the created package would be, and then exit. This information
|
|
||||||
# could be useful to other scripts.
|
|
||||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="drumkv1"
|
PRGNAM="drumkv1"
|
||||||
VERSION="0.9.18"
|
VERSION="0.9.23"
|
||||||
HOMEPAGE="https://drumkv1.sourceforge.io/"
|
HOMEPAGE="https://drumkv1.sourceforge.io/"
|
||||||
DOWNLOAD="https://downloads.sourceforge.net/project/drumkv1/drumkv1/0.9.18/drumkv1-0.9.18.tar.gz"
|
DOWNLOAD="https://downloads.sourceforge.net/project/drumkv1/drumkv1/0.9.23/drumkv1-0.9.23.tar.gz"
|
||||||
MD5SUM="c09af8aee0ae2be7ecb5d6d2533bb2af"
|
MD5SUM="dea29173b31d0acb4eef2e403bacc190"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jack"
|
REQUIRES="jack"
|
||||||
|
|
Loading…
Reference in New Issue