diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-05-20 16:52:08 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:10 -0500 |
commit | 77be2eebcfb64bd7d4c909886a30b2e2c75c33f9 (patch) | |
tree | ef57ae5e382b6f942c84250f0f02e230b5328e85 /audio/celt | |
parent | 1b9153250075ce67da127386ac995067d0cebedb (diff) | |
download | slackbuilds-77be2eebcfb64bd7d4c909886a30b2e2c75c33f9.tar.gz |
audio/celt: Updated for version 0.11.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/celt')
-rw-r--r-- | audio/celt/celt.SlackBuild | 2 | ||||
-rw-r--r-- | audio/celt/celt.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/celt/celt.SlackBuild b/audio/celt/celt.SlackBuild index 3a31f8060b..e3a6a9d832 100644 --- a/audio/celt/celt.SlackBuild +++ b/audio/celt/celt.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=celt -VERSION=0.11.1 +VERSION=0.11.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/celt/celt.info b/audio/celt/celt.info index e90e684354..91592b88d8 100644 --- a/audio/celt/celt.info +++ b/audio/celt/celt.info @@ -1,10 +1,10 @@ PRGNAM="celt" -VERSION="0.11.1" +VERSION="0.11.3" HOMEPAGE="http://www.celt-codec.org/" -DOWNLOAD="http://downloads.xiph.org/releases/celt/celt-0.11.1.tar.gz" -MD5SUM="94fe4acd241da8702c295bcd13a555e6" +DOWNLOAD="http://downloads.xiph.org/releases/celt/celt-0.11.3.tar.gz" +MD5SUM="5511732a426cc42bf986ca79b5cdd02f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="michiel" +APPROVED="dsomero" |