summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Christoph Willing2022-03-27 08:10:43 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:50 +0200
commitc722988e3620715772f123cd1641273e0a9e1bbb (patch)
treec7bc77f3ba7eb71f75c16494ba41572b917bc65e /multimedia
parentdd82335aa4b926b2873ee9646501515b9a754bde (diff)
downloadslackbuilds-c722988e3620715772f123cd1641273e0a9e1bbb.tar.gz
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>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/openshot/openshot.SlackBuild7
-rw-r--r--multimedia/openshot/openshot.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild
index 8a0f3d1887..f6f6bbc4a3 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 299ded68d3..ff31342d6d 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"