libraries/libfdk-aac: Updated for version 2.0.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c700a75482
commit
492f40bca6
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for libfdk-aac
|
||||
|
||||
# Copyright 2015, Andrew Strong, Blue Mountains Australia.
|
||||
# Copyright 2016-2019, Christoph Willing, Brisbane Australia
|
||||
# Copyright 2016-2021, Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=libfdk-aac
|
||||
SRCNAM=fdk-aac
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfdk-aac"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="https://github.com/mstorsjo/fdk-aac"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v2.0.1/fdk-aac-2.0.1.tar.gz"
|
||||
MD5SUM="5b85f858ee416a058574a1028a3e1b85"
|
||||
DOWNLOAD="https://github.com/mstorsjo/fdk-aac/archive/v2.0.2/fdk-aac-2.0.2.tar.gz"
|
||||
MD5SUM="b15f56aebd0b4cfe8532b24ccfd8d11e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue