diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/openshot/openshot.SlackBuild | 7 | ||||
-rw-r--r-- | multimedia/openshot/openshot.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild index 8a0f3d1887bb..f6f6bbc4a318 100644 --- a/multimedia/openshot/openshot.SlackBuild +++ b/multimedia/openshot/openshot.SlackBuild @@ -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 diff --git a/multimedia/openshot/openshot.info b/multimedia/openshot/openshot.info index 299ded68d312..ff31342d6d4b 100644 --- a/multimedia/openshot/openshot.info +++ b/multimedia/openshot/openshot.info @@ -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" |