Browse Source
libraries/libopenshot-audio: Updated for version 0.3.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Christoph Willing
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/libopenshot-audio/libopenshot-audio.SlackBuild
-
libraries/libopenshot-audio/libopenshot-audio.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for libopenshot-audio |
|
|
|
|
|
|
|
# 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-audio |
|
|
|
VERSION=${VERSION:-0.3.0} |
|
|
|
VERSION=${VERSION:-0.3.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="libopenshot-audio" |
|
|
|
VERSION="0.3.0" |
|
|
|
VERSION="0.3.2" |
|
|
|
HOMEPAGE="https://github.com/OpenShot/libopenshot-audio" |
|
|
|
DOWNLOAD="https://github.com/OpenShot/libopenshot-audio/archive/v0.3.0/libopenshot-audio-0.3.0.tar.gz" |
|
|
|
MD5SUM="16a1f94639c3ebf5fdcb69bfe5d660f6" |
|
|
|
DOWNLOAD="https://github.com/OpenShot/libopenshot-audio/archive/v0.3.2/libopenshot-audio-0.3.2.tar.gz" |
|
|
|
MD5SUM="0ddf9a6e49ea4e9a87c11f3b8e3f1282" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|