diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-08-25 18:04:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:07:55 +0700 |
commit | 053614a1636ef1705fd942159b6da7bc9d7b93a6 (patch) | |
tree | 8931268dbcaa7c2234e0be47ad52f2333cfb365e /audio | |
parent | 9e35b781ebb2da122dcc26fe32b8c25e733b7050 (diff) | |
download | slackbuilds-053614a1636ef1705fd942159b6da7bc9d7b93a6.tar.gz |
audio/opusfile: Updated for version 0.12.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-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 f771403ff1..761a3806e9 100644 --- a/audio/opusfile/opusfile.SlackBuild +++ b/audio/opusfile/opusfile.SlackBuild @@ -2,7 +2,7 @@ # 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. # # 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.11} +VERSION=${VERSION:-0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/opusfile/opusfile.info b/audio/opusfile/opusfile.info index 5a1d075dc5..8dddaafba7 100644 --- a/audio/opusfile/opusfile.info +++ b/audio/opusfile/opusfile.info @@ -1,8 +1,8 @@ PRGNAM="opusfile" -VERSION="0.11" +VERSION="0.12" HOMEPAGE="http://www.opus-codec.org" -DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.11.tar.gz" -MD5SUM="e1e94a9a663b4ca7a388f367baf1a7e3" +DOWNLOAD="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz" +MD5SUM="45e8c62f6cd413395223c82f06bfa8ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="opus" |