diff options
author | Christoph Willing <chris.willing@linux.com> | 2024-10-27 10:57:44 +1100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:48 +0700 |
commit | e15e98bb3fa866e8c9a974ac213e9c144267409e (patch) | |
tree | f03e870f3f55aba2ad84f305791b4bd18e784f68 | |
parent | d1955f4537a6a958787b4d214477a8e439ba8c84 (diff) |
libraries/libopenshot: Updated for version 0.3.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libopenshot/libopenshot.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libopenshot/libopenshot.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libopenshot/libopenshot.SlackBuild b/libraries/libopenshot/libopenshot.SlackBuild index bbbca9d82b..e73bd5f47a 100644 --- a/libraries/libopenshot/libopenshot.SlackBuild +++ b/libraries/libopenshot/libopenshot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libopenshot -# Copyright 2016-2023 Christoph Willing, Brisbane Australia +# Copyright 2016-2024 Christoph Willing, Sydney Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libopenshot -VERSION=${VERSION:-0.3.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.3.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/libopenshot/libopenshot.info b/libraries/libopenshot/libopenshot.info index 3625f7c8cc..e023519f89 100644 --- a/libraries/libopenshot/libopenshot.info +++ b/libraries/libopenshot/libopenshot.info @@ -1,8 +1,8 @@ PRGNAM="libopenshot" -VERSION="0.3.2" +VERSION="0.3.3" HOMEPAGE="https://github.com/OpenShot/libopenshot" -DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.3.2/libopenshot-0.3.2.tar.gz" -MD5SUM="75f25beb22296368ba2d54c2af615ef4" +DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.3.3/libopenshot-0.3.3.tar.gz" +MD5SUM="3fc1f185050bf01b73948944b8e13bc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cppzmq protobuf3 unittest-cpp libopenshot-audio" |