diff options
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} |