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
|
# Slackware build script for libfdk-aac
|
||||||
|
|
||||||
# Copyright 2015, Andrew Strong, Blue Mountains Australia.
|
# Copyright 2015, Andrew Strong, Blue Mountains Australia.
|
||||||
# Copyright 2016-2021, Christoph Willing, Brisbane Australia
|
# Copyright 2016-2023, Christoph Willing, Brisbane Australia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=libfdk-aac
|
PRGNAM=libfdk-aac
|
||||||
SRCNAM=fdk-aac
|
SRCNAM=fdk-aac
|
||||||
VERSION=${VERSION:-2.0.2}
|
VERSION=${VERSION:-2.0.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libfdk-aac"
|
PRGNAM="libfdk-aac"
|
||||||
VERSION="2.0.2"
|
VERSION="2.0.3"
|
||||||
HOMEPAGE="https://github.com/mstorsjo/fdk-aac"
|
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"
|
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v2.0.3/fdk-aac-2.0.3.tar.gz"
|
||||||
MD5SUM="b15f56aebd0b4cfe8532b24ccfd8d11e"
|
MD5SUM="fbaf688a6fd6ddf63c68566909a178b4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue