diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-24 03:42:54 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-26 02:15:17 +0100 |
commit | 9a86bc44d21d5c1a5c0fcd761b2ed5487711226b (patch) | |
tree | 2b8e4b161766e452e896c9a3c8f9637e7cffeb87 /audio/synthv1/synthv1.SlackBuild | |
parent | 212b02fa9395e0914e171aa8da46582f9d333379 (diff) | |
download | slackbuilds-9a86bc44d21d5c1a5c0fcd761b2ed5487711226b.tar.gz |
audio/synthv1: Updated for version 0.8.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/synthv1/synthv1.SlackBuild')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index 19ad5d9b7b..f1d2151cf5 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170324 bkw: updated for v0.8.1 + PRGNAM=synthv1 -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |