summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-05-12 22:33:22 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:26 +0700
commit46c65e4ba5f2d9362c6ee7ee985495c97a7af485 (patch)
tree480e2ca561f447dfc7690174a5289fb64bdb553e
parenteefa0e7bf73642aeccadbe3252238c4e1de08009 (diff)
downloadslackbuilds-46c65e4ba5f2d9362c6ee7ee985495c97a7af485.tar.gz
slackbuilds-46c65e4ba5f2d9362c6ee7ee985495c97a7af485.tar.xz
libraries/libopenshot: Updated for version 0.3.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libopenshot/libopenshot.SlackBuild4
-rw-r--r--libraries/libopenshot/libopenshot.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libopenshot/libopenshot.SlackBuild b/libraries/libopenshot/libopenshot.SlackBuild
index 45cc4326c5..edca2e5675 100644
--- a/libraries/libopenshot/libopenshot.SlackBuild
+++ b/libraries/libopenshot/libopenshot.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libopenshot
-# Copyright 2016-2022 Christoph Willing, Brisbane Australia
+# Copyright 2016-2023 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libopenshot
-VERSION=${VERSION:-0.3.0}
+VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/libopenshot/libopenshot.info b/libraries/libopenshot/libopenshot.info
index 533e8e9d94..3625f7c8cc 100644
--- a/libraries/libopenshot/libopenshot.info
+++ b/libraries/libopenshot/libopenshot.info
@@ -1,8 +1,8 @@
PRGNAM="libopenshot"
-VERSION="0.3.0"
+VERSION="0.3.2"
HOMEPAGE="https://github.com/OpenShot/libopenshot"
-DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.3.0/libopenshot-0.3.0.tar.gz"
-MD5SUM="411a1a96bb04ea32f58178353dd8d9cf"
+DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.3.2/libopenshot-0.3.2.tar.gz"
+MD5SUM="75f25beb22296368ba2d54c2af615ef4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppzmq protobuf3 unittest-cpp libopenshot-audio"