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:
Matteo Bernardini 2020-08-25 18:04:26 +02:00 committed by Willy Sudiarto Raharjo
parent 9e35b781eb
commit 053614a163
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for opusfile # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opusfile PRGNAM=opusfile
VERSION=${VERSION:-0.11} VERSION=${VERSION:-0.12}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="opusfile" PRGNAM="opusfile"
VERSION="0.11" VERSION="0.12"
HOMEPAGE="http://www.opus-codec.org" HOMEPAGE="http://www.opus-codec.org"
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.11.tar.gz" DOWNLOAD="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz"
MD5SUM="e1e94a9a663b4ca7a388f367baf1a7e3" MD5SUM="45e8c62f6cd413395223c82f06bfa8ec"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="opus" REQUIRES="opus"