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 352ceacce2..cf15e570e3 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 27 October 2018 +# SlackBuild for Snd, 2 December 2018 # awg <awg@cock.li> # All rights reserved. # @@ -21,7 +21,7 @@ ## in the Snd source distribution. PRGNAM=snd -VERSION=${VERSION:-18.8} +VERSION=${VERSION:-18.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/snd/snd.info b/audio/snd/snd.info index f336711a5c..b5b790b33d 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="18.8" +VERSION="18.9" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-18.8.tar.gz" -MD5SUM="579de53d6598f5e94d0730e5309db6c1" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-18.9.tar.gz" +MD5SUM="2b0ce4d63bd80cdec45ae6bb188e1f62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |