audio/faad2: Updated for version 2.10.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
569cf18659
commit
8c0dc838ba
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for faad2
|
||||
|
||||
# Copyright 2007 Niklas "Nille" Åkerström
|
||||
# Copyright (c) 2020, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright (c) 2020-2022, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=faad2
|
||||
VERSION=${VERSION:-2.9.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="faad2"
|
||||
VERSION="2.9.2"
|
||||
VERSION="2.10.0"
|
||||
HOMEPAGE="https://github.com/knik0/faad2"
|
||||
DOWNLOAD="https://github.com/knik0/faad2/archive/2_9_2/faad2-2_9_2.tar.gz"
|
||||
MD5SUM="ed0db61d6ffa3e67748c3f03468c6eec"
|
||||
DOWNLOAD="https://github.com/knik0/faad2/archive/2_10_0/faad2-2_10_0.tar.gz"
|
||||
MD5SUM="f948925a6763e30c53078f5af339d6cc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue