diff options
author | Arthur W. Green <awg@posteo.us> | 2017-05-08 16:09:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:14 +0700 |
commit | 948e2e094bbe30a1da6054f4b9818e0e00f58f46 (patch) | |
tree | 55bde3efe9c09efe2041ac9fd4ab90ceb2357e09 /audio/snd/snd.SlackBuild | |
parent | 895d7d2b4a9f9ffa30c7b48693539b30da9e7149 (diff) | |
download | slackbuilds-948e2e094bbe30a1da6054f4b9818e0e00f58f46.tar.gz |
audio/snd: Updated for version 17.4.
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 d9d1e07299..21426eed9e 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 3 April 2017 +# SlackBuild for Snd, 8 May 2017 # 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:-17.3} +VERSION=${VERSION:-17.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |