libraries/libfdk-aac: Updated for version 2.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c1d6c3720
commit
f226588aee
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for libfdk-aac
|
||||
|
||||
# Copyright 2015, Andrew Strong, Blue Mountains Australia.
|
||||
# Copyright 2016-2021, Christoph Willing, Brisbane Australia
|
||||
# Copyright 2016-2023, Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libfdk-aac
|
||||
SRCNAM=fdk-aac
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfdk-aac"
|
||||
VERSION="2.0.2"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="https://github.com/mstorsjo/fdk-aac"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v2.0.2/fdk-aac-2.0.2.tar.gz"
|
||||
MD5SUM="b15f56aebd0b4cfe8532b24ccfd8d11e"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v2.0.3/fdk-aac-2.0.3.tar.gz"
|
||||
MD5SUM="fbaf688a6fd6ddf63c68566909a178b4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue