Browse Source
multimedia/videomass: Updated for version 5.0.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Gianluca Pernigotto
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
multimedia/videomass/videomass.SlackBuild
-
multimedia/videomass/videomass.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=videomass |
|
|
|
VERSION=${VERSION:-5.0.13} |
|
|
|
VERSION=${VERSION:-5.0.14} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="videomass" |
|
|
|
VERSION="5.0.13" |
|
|
|
VERSION="5.0.14" |
|
|
|
HOMEPAGE="http://jeanslack.github.io/Videomass/" |
|
|
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.13/Videomass-5.0.13.tar.gz" |
|
|
|
MD5SUM="476e33dfac4bfeb5fcac895b4202dad2" |
|
|
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.14/Videomass-5.0.14.tar.gz" |
|
|
|
MD5SUM="af742d54602ea15de40fd5d318ca3942" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="wxPython4 python3-pubsub" |
|
|
|