mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/snd: Updated for version 17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ab4b5745b
commit
c76a3a179e
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild for Snd, 5 December 2016
|
||||
# SlackBuild for Snd, 2 February 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.0}
|
||||
VERSION=${VERSION:-17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="snd"
|
||||
VERSION="17.0"
|
||||
VERSION="17.1"
|
||||
HOMEPAGE="https://ccrma.stanford.edu/software/snd/"
|
||||
DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.0.tar.gz"
|
||||
MD5SUM="622af5348055931cc2d5163335580ec7"
|
||||
DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.1.tar.gz"
|
||||
MD5SUM="996af51716a718996b5d79352deb4f40"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue