mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/opusfile: Updated for version 0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a8c695ebb2
commit
f5a25ae0f1
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opusfile
|
||||
|
||||
# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2018 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.9}
|
||||
VERSION=${VERSION:-0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opusfile"
|
||||
VERSION="0.9"
|
||||
VERSION="0.10"
|
||||
HOMEPAGE="http://www.opus-codec.org"
|
||||
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.9.tar.gz"
|
||||
MD5SUM="a08a6735476516d60fb226ad9ae191ff"
|
||||
DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.10.tar.gz"
|
||||
MD5SUM="ab3f7d15d766f5b36b0951ee435f9ebf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opus"
|
||||
|
|
Loading…
Reference in a new issue