audio/opusfile: Updated for version 0.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
31f6ef033f
commit
6762b40c35
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opusfile
|
||||
|
||||
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opusfile
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opusfile"
|
||||
VERSION="0.4"
|
||||
VERSION="0.6"
|
||||
HOMEPAGE="http://www.opus-codec.org"
|
||||
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.tar.gz"
|
||||
MD5SUM="80f3d4106106905255ff84def1b5d9ae"
|
||||
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.6.tar.gz"
|
||||
MD5SUM="3d6705e66375f6205dffdd63b2ad3538"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opus"
|
||||
|
|
Loading…
Reference in New Issue