mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
2f7b3b5d67
commit
eefa0e7bf7
2 changed files with 5 additions and 5 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue