multimedia/ffmpeg4: Updated for version 4.3.2

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-02-22 09:13:44 +10:00 committed by Willy Sudiarto Raharjo
parent 5f9ccef380
commit f9b2d04985
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Copyright 2018 Andreas Guldstrand
# All rights reserved.
# Copyright (c) 2020 Christoph Willing Brisbane, Australia
# Copyright (c) 2020-2021 Christoph Willing Brisbane/Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
PRGNAM=ffmpeg4
SRCNAM=ffmpeg
VERSION=${VERSION:-4.3.1}
VERSION=${VERSION:-4.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ffmpeg4"
VERSION="4.3.1"
VERSION="4.3.2"
HOMEPAGE="https://ffmpeg.org/"
DOWNLOAD="https://ffmpeg.org/releases/ffmpeg-4.3.1.tar.bz2"
MD5SUM="804707549590e90880e8ecd4e5244fd8"
DOWNLOAD="https://ffmpeg.org/releases/ffmpeg-4.3.2.tar.bz2"
MD5SUM="d84e0f81740adefa76d94ed8c3aa9006"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aom libass libwebp x264 x265"