mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/synthv1: Updated for version 0.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
7d46fbad66
commit
b0477dc762
2 changed files with 10 additions and 18 deletions
|
@ -6,24 +6,16 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180101 bkw:
|
||||
# - updated for v0.8.6
|
||||
|
||||
# 20171220 bkw:
|
||||
# - updated for v0.8.5. Skipped 0.8.4 due to compile errors.
|
||||
|
||||
# 20170627 bkw:
|
||||
# - updated for v0.8.3
|
||||
|
||||
# 20170614 bkw:
|
||||
# - updated for v0.8.2
|
||||
# - build with qt4, remove qt5 requirement. not sure how I missed this
|
||||
# the first time around...
|
||||
|
||||
# 20180615 bkw: updated for v0.9.0
|
||||
# 20180101 bkw: updated for v0.8.6
|
||||
# 20171220 bkw: updated for v0.8.5. Skipped 0.8.4 due to compile errors.
|
||||
# 20170627 bkw: updated for v0.8.3
|
||||
# 20170614 bkw: updated for v0.8.2. build with qt4, remove qt5 requirement
|
||||
# not sure how I missed this the first time around...
|
||||
# 20170324 bkw: updated for v0.8.1
|
||||
|
||||
PRGNAM=synthv1
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="synthv1"
|
||||
VERSION="0.8.6"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://synthv1.sourceforge.io/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.6/synthv1-0.8.6.tar.gz"
|
||||
MD5SUM="d21ba0b79cb0de144070940d30786f8f"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.9.0/synthv1-0.9.0.tar.gz"
|
||||
MD5SUM="4af8ebd4249424eb94f51c2a09fdf13e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit"
|
||||
|
|
Loading…
Reference in a new issue