multimedia/openshot: Updated for version 2.6.1

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 2022-03-27 16:10:43 +10:00 committed by Willy Sudiarto Raharjo
parent dd82335aa4
commit c722988e36
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Copyright 2009, Jonathan Larsen (agentc0re), SLC, UT
# Contact Info: agentc0re 'AT' learnix 'DOT' net
#
# Copyright 2016-2020 Christoph Willing, Brisbane Australia
# Copyright 2016-2022 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -48,7 +48,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openshot
SRCNAM=openshot-qt
VERSION=${VERSION:-2.5.1}
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -61,9 +61,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="openshot"
VERSION="2.5.1"
VERSION="2.6.1"
HOMEPAGE="http://www.openshotvideo.com"
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.5.1/openshot-qt-2.5.1.tar.gz"
MD5SUM="e59bf56ac01aee5f43491aebebe479a8"
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.6.1/openshot-qt-2.6.1.tar.gz"
MD5SUM="a4226bfe3df2a9ddf07ba95d24968b8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pyzmq libopenshot httplib2 jack"