diff options
-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 b79bb51b32..a7dd8eee35 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 29 March 2016 +# SlackBuild for Snd, 15 June 2016 # Arthur W. Green <lynx@panix.com> # All rights reserved. # @@ -26,7 +26,7 @@ ## in the Snd source distribution for more on this. PRGNAM=snd -VERSION=${VERSION:-16.4} +VERSION=${VERSION:-16.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/snd/snd.info b/audio/snd/snd.info index 8273c5f665..d2a95b52e4 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="16.4" +VERSION="16.6" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-16.4.tar.gz" -MD5SUM="16ee825a16dad1d7f2db9404cc5006ac" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-16.6.tar.gz" +MD5SUM="97c0f458b8bd7e5ab927a073eac43e55" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |