diff options
author | awg <awg@cock.li> | 2018-10-30 09:23:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:37 +0700 |
commit | b0cead88cb6c6e7c92f4626c7509311b1de34ed2 (patch) | |
tree | e14079b0388bb44be90ccc5f65a1147fde1ab4a4 /audio/snd/snd.SlackBuild | |
parent | e1f03463159e51d656a17f3ce9a057357ecc5e0b (diff) | |
download | slackbuilds-b0cead88cb6c6e7c92f4626c7509311b1de34ed2.tar.gz |
audio/snd: Updated for version 18.8.
Signed-off-by: David Spencer <idlemoor@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 3a975125ee..352ceacce2 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 16 July 2018 +# SlackBuild for Snd, 27 October 2018 # awg <awg@cock.li> # All rights reserved. # @@ -21,7 +21,7 @@ ## in the Snd source distribution. PRGNAM=snd -VERSION=${VERSION:-18.5} +VERSION=${VERSION:-18.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |