diff options
author | Arthur W. Green <awg@posteo.us> | 2017-02-24 23:41:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 23:41:02 +0700 |
commit | 01fdf5721c8242e8f5e711c9abfed3641ce1806c (patch) | |
tree | ac5d25e49e2a315b723aa78a044d1986a18d0381 /audio/snd/snd.SlackBuild | |
parent | c8f8dad836722ea727c731f03ffabc689738d868 (diff) | |
download | slackbuilds-01fdf5721c8242e8f5e711c9abfed3641ce1806c.tar.gz |
audio/snd: Updated for version 17.2.
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 0c42132dde..9d71a6bd15 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 2 February 2017 +# SlackBuild for Snd, 24 February 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.1} +VERSION=${VERSION:-17.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |