diff options
author | E. axillaris <elanus@i2pmail.org> | 2020-06-06 09:46:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 09:46:26 +0700 |
commit | d9225e7d940198fd3b58010060de49cba2556ad5 (patch) | |
tree | 73ad85370fcacba6653f532730175ecea000c50d /audio/snd/snd.SlackBuild | |
parent | b7e464edd480c9d3649f9b2f14ced397968b31b7 (diff) | |
download | slackbuilds-d9225e7d940198fd3b58010060de49cba2556ad5.tar.gz |
audio/snd: Updated for version 20.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r-- | audio/snd/snd.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index ccc4f67f11..924179f881 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh -# SlackBuild for Snd, 3 December 2019 -# awg <awg@cock.li> +# SlackBuild for Snd, 5 June 2020 +# E. axillaris <elanus@i2pmail.org> # All rights reserved. # # Permission to use, copy, modify, or distribute this software for any @@ -16,12 +16,11 @@ # PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. - -## Snd itself remains a copyrighted work. Please see the file COPYING -## in the Snd source distribution. +# +# Please see the Snd license for more information. PRGNAM=snd -VERSION=${VERSION:-19.9} +VERSION=${VERSION:-20.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |