mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/snd: Updated for version 16.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16eb282f2b
commit
4abd33744d
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue