diff options
author | Arthur W. Green <awg@posteo.us> | 2016-11-02 22:47:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 22:53:14 +0700 |
commit | bd115573f690340db79b91991f1b6bb8bfc34850 (patch) | |
tree | b01e021d274b122a3aff74b4a5cf5a5ab18dab7f /audio/snd/snd.SlackBuild | |
parent | d4eb6a77153c3b980523caa4a527b094f0e8b975 (diff) | |
download | slackbuilds-bd115573f690340db79b91991f1b6bb8bfc34850.tar.gz |
audio/snd: Updated for version 16.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r-- | audio/snd/snd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index f516e32169..369ec06634 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 1 October 2016 +# SlackBuild for Snd, 1 November 2016 # Arthur W. Green <awg@posteo.us> # All rights reserved. # @@ -26,7 +26,7 @@ ## in the Snd source distribution for more on this. PRGNAM=snd -VERSION=${VERSION:-16.8} +VERSION=${VERSION:-16.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |