audio/opusfile: Updated for version 0.12.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e35b781eb
commit
053614a163
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opusfile
|
||||
|
||||
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2020 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.11}
|
||||
VERSION=${VERSION:-0.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opusfile"
|
||||
VERSION="0.11"
|
||||
VERSION="0.12"
|
||||
HOMEPAGE="http://www.opus-codec.org"
|
||||
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.11.tar.gz"
|
||||
MD5SUM="e1e94a9a663b4ca7a388f367baf1a7e3"
|
||||
DOWNLOAD="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz"
|
||||
MD5SUM="45e8c62f6cd413395223c82f06bfa8ec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opus"
|
||||
|
|
Loading…
Reference in New Issue