audio/opus-tools: Updated for version 0.2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-08-19 17:07:43 +02:00 committed by Willy Sudiarto Raharjo
parent 6d80438a13
commit 0f007fcf22
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for opus-tools
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2013-2019 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=opus-tools
VERSION=${VERSION:-0.1.10}
VERSION=${VERSION:-0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="opus-tools"
VERSION="0.1.10"
VERSION="0.2"
HOMEPAGE="http://www.opus-codec.org"
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-0.1.10.tar.gz"
MD5SUM="6b78535d58b94832710b14e219f65a91"
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-0.2.tar.gz"
MD5SUM="ff2d0536e960cabbfb8ca7c8c1759b6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opus"
REQUIRES="libopusenc"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"