diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-15 18:19:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:17 +0700 |
commit | b0477dc762c37faca1567bc28a6346e461012d72 (patch) | |
tree | 0f6d0955bd4672824329531db15b38666e24484c /audio | |
parent | 7d46fbad669505a7c8e0a968c103b807cfd7616b (diff) |
audio/synthv1: Updated for version 0.9.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 22 | ||||
-rw-r--r-- | audio/synthv1/synthv1.info | 6 |
2 files changed, 10 insertions, 18 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index 57d15aacfb6f..d5806adbfe5b 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -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} diff --git a/audio/synthv1/synthv1.info b/audio/synthv1/synthv1.info index af5d11e96cea..141af9022f40 100644 --- a/audio/synthv1/synthv1.info +++ b/audio/synthv1/synthv1.info @@ -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" |