audio/opus-tools: Updated for version 0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6d80438a13
commit
0f007fcf22
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue