diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-03-15 19:32:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:55 +0700 |
commit | f5a25ae0f1166410714d950e845758202add91c6 (patch) | |
tree | 9e3ad7af126de8fe7328f3c25671d84fe236d4de /audio/opusfile | |
parent | a8c695ebb2864720fb0352c89c006a206467a7ad (diff) | |
download | slackbuilds-f5a25ae0f1166410714d950e845758202add91c6.tar.gz |
audio/opusfile: Updated for version 0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/opusfile')
-rw-r--r-- | audio/opusfile/opusfile.SlackBuild | 4 | ||||
-rw-r--r-- | audio/opusfile/opusfile.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/opusfile/opusfile.SlackBuild b/audio/opusfile/opusfile.SlackBuild index 79578d6a41..9ea33928a6 100644 --- a/audio/opusfile/opusfile.SlackBuild +++ b/audio/opusfile/opusfile.SlackBuild @@ -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} diff --git a/audio/opusfile/opusfile.info b/audio/opusfile/opusfile.info index 3e0791a9c6..f4355abbb4 100644 --- a/audio/opusfile/opusfile.info +++ b/audio/opusfile/opusfile.info @@ -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" |