diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-12-07 15:23:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:42 +0700 |
commit | 9a57bf7086d3d077959e578c5b890fdc3d83fbc3 (patch) | |
tree | ebda48905b60be8d81353c9901298e45b5b74fd7 /audio/opusfile/opusfile.SlackBuild | |
parent | 39cecc4af9de26ead44406a9d97027daaaa18ee2 (diff) |
audio/opusfile: Updated for version 0.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/opusfile/opusfile.SlackBuild')
-rw-r--r-- | audio/opusfile/opusfile.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/opusfile/opusfile.SlackBuild b/audio/opusfile/opusfile.SlackBuild index 2f4083ac29f95..79578d6a41f16 100644 --- a/audio/opusfile/opusfile.SlackBuild +++ b/audio/opusfile/opusfile.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opusfile -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2017 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.8} +VERSION=${VERSION:-0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING README.txt" +DOCS="AUTHORS COPYING README.md" set -e |