diff options
author | Arthur W. Green <awg@posteo.us> | 2017-05-08 16:09:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:14 +0700 |
commit | 948e2e094bbe30a1da6054f4b9818e0e00f58f46 (patch) | |
tree | 55bde3efe9c09efe2041ac9fd4ab90ceb2357e09 /audio/snd | |
parent | 895d7d2b4a9f9ffa30c7b48693539b30da9e7149 (diff) |
audio/snd: Updated for version 17.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 d9d1e072999f..21426eed9ea9 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 3 April 2017 +# SlackBuild for Snd, 8 May 2017 # Arthur W. Green <awg@posteo.us> # All rights reserved. # @@ -26,7 +26,7 @@ ## in the Snd source distribution for more on this. PRGNAM=snd -VERSION=${VERSION:-17.3} +VERSION=${VERSION:-17.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/snd/snd.info b/audio/snd/snd.info index 13ba3d2d8d23..9c83984c136d 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="17.3" +VERSION="17.4" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.3.tar.gz" -MD5SUM="cb45d5b2ddef4f0b47fa2c803b11ed0a" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.4.tar.gz" +MD5SUM="1a1c3f87e1c6ae272a79aa147c08d0a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |