diff options
author | awg <awg@cock.li> | 2019-03-11 09:26:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:18 +0700 |
commit | 9bc9b438ce52b38d7c818d1e8ab089c89461f7ec (patch) | |
tree | f1af935f032a1a94e3898a8db2b4e6c8d14a217f /audio/snd | |
parent | a2e6c3e6fbfcd166e4e672c269908d4f0d8d2cb4 (diff) |
audio/snd: Updated for version 19.1.
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 cf15e570e350..12e9f7b853ab 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 2 December 2018 +# SlackBuild for Snd, 6 March 2019 # awg <awg@cock.li> # All rights reserved. # @@ -21,7 +21,7 @@ ## in the Snd source distribution. PRGNAM=snd -VERSION=${VERSION:-18.9} +VERSION=${VERSION:-19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/snd/snd.info b/audio/snd/snd.info index b5b790b33dfc..2ef5e8e7c1f6 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="18.9" +VERSION="19.1" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-18.9.tar.gz" -MD5SUM="2b0ce4d63bd80cdec45ae6bb188e1f62" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-19.1.tar.gz" +MD5SUM="3cfd1eb4d0c4f196cd5d840cc08e0194" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |