diff options
author | AW Green <awg@posteo.us> | 2017-09-24 10:15:52 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-24 10:15:52 +0100 |
commit | 7fa7546f80af355b077ede84662a3bc91401c2a9 (patch) | |
tree | 75adc9210668b4680c67e63e71b408f1688e0292 /audio/snd/snd.SlackBuild | |
parent | 1e26d5e28e607c5fcdd01e0146a874a4fe953117 (diff) |
audio/snd: Updated for version 17.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r-- | audio/snd/snd.SlackBuild | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index 1f1b1b8a83d9..27fd7c0bc994 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,32 +1,27 @@ #!/bin/sh -# SlackBuild for Snd, 8 August 2017 +# SlackBuild for Snd, 24 September 2017 # AW Green <awg@posteo.us> # All rights reserved. # -# Redistribution and use of this script, with or without modification, -# is permitted provided that the following conditions are met: +# Permission to use, copy, modify, or distribute this software for any +# purpose with or without fee is hereby granted, provided that this +# notice of copyright and permission appear in all copies. # -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL +# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +# AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +# 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 for more on this. +## in the Snd source distribution. PRGNAM=snd -VERSION=${VERSION:-17.6} +VERSION=${VERSION:-17.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |