diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-28 15:00:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:28 +0700 |
commit | e82d7a735d373e4f478a59024735b014a9307277 (patch) | |
tree | d72290472b7414966060006b9bfd6733590b5ea2 /audio | |
parent | 43cfddda424c72e33ce34b75ccd131411c9ea82f (diff) |
audio/synthv1: Updated for version 0.9.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 3 | ||||
-rw-r--r-- | audio/synthv1/synthv1.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index 2c927fa9ba75..84ed049ea2e0 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180828 bkw: updated for v0.9.2 # 20180702 bkw: updated for v0.9.1, install French man page correctly. # 20180615 bkw: updated for v0.9.0 # 20180101 bkw: updated for v0.8.6 @@ -16,7 +17,7 @@ # 20170324 bkw: updated for v0.8.1 PRGNAM=synthv1 -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/synthv1/synthv1.info b/audio/synthv1/synthv1.info index 8bd478d27940..773a1103e9eb 100644 --- a/audio/synthv1/synthv1.info +++ b/audio/synthv1/synthv1.info @@ -1,8 +1,8 @@ PRGNAM="synthv1" -VERSION="0.9.1" +VERSION="0.9.2" HOMEPAGE="https://synthv1.sourceforge.io/" -DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.9.1/synthv1-0.9.1.tar.gz" -MD5SUM="e53c7655fd554cfd0432d1a9220474dd" +DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.9.2/synthv1-0.9.2.tar.gz" +MD5SUM="08fb4bc78f8d1bef55815955f0d12ca8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack-audio-connection-kit" |