audio/samplv1: Updated for version 0.9.12.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-14 16:38:09 -05:00 committed by Willy Sudiarto Raharjo
parent f57f9c028f
commit 9bb5bcc3f7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20200114 bkw: update for 0.9.12
# 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc
# tell user whether or not optional deps are included.
# 20181216 bkw: update for 0.9.4, which now requires qt5 :(
@ -18,7 +19,7 @@
# 20170614 bkw: update for 0.8.2, drop qt5 dep, build with qt4
PRGNAM=samplv1
VERSION=${VERSION:-0.9.11}
VERSION=${VERSION:-0.9.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="samplv1"
VERSION="0.9.11"
VERSION="0.9.12"
HOMEPAGE="https://samplv1.sourceforge.io/"
DOWNLOAD="https://downloads.sourceforge.net/project/samplv1/samplv1/0.9.11/samplv1-0.9.11.tar.gz"
MD5SUM="1d848f6b0a4fab0ee66a4c1b4f09a564"
DOWNLOAD="https://downloads.sourceforge.net/project/samplv1/samplv1/0.9.12/samplv1-0.9.12.tar.gz"
MD5SUM="0bedfeabbff160e795dcbc2f6ebdf92e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit qt5"