diff options
author | awg <awg@cock.li> | 2018-10-30 09:23:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:37 +0700 |
commit | b0cead88cb6c6e7c92f4626c7509311b1de34ed2 (patch) | |
tree | e14079b0388bb44be90ccc5f65a1147fde1ab4a4 /audio/snd | |
parent | e1f03463159e51d656a17f3ce9a057357ecc5e0b (diff) |
audio/snd: Updated for version 18.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/snd.SlackBuild | 4 | ||||
-rw-r--r-- | audio/snd/snd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index 3a975125eec0..352ceacce29e 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 16 July 2018 +# SlackBuild for Snd, 27 October 2018 # awg <awg@cock.li> # All rights reserved. # @@ -21,7 +21,7 @@ ## in the Snd source distribution. PRGNAM=snd -VERSION=${VERSION:-18.5} +VERSION=${VERSION:-18.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/snd/snd.info b/audio/snd/snd.info index ee93808dc938..f336711a5cdf 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="18.5" +VERSION="18.8" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-18.5.tar.gz" -MD5SUM="306f44742e1b122feb5e21eb22e7d28c" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-18.8.tar.gz" +MD5SUM="579de53d6598f5e94d0730e5309db6c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |