mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
audio/samplv1: Updated for version 0.9.12.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f57f9c028f
commit
9bb5bcc3f7
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue