Browse Source
multimedia/videomass: Updated for version 6.1.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
Gianluca Pernigotto
2 weeks 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
|
|
@ -38,7 +38,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=videomass |
|
|
|
VERSION=${VERSION:-6.1.18} |
|
|
|
VERSION=${VERSION:-6.1.20} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="videomass" |
|
|
|
VERSION="6.1.18" |
|
|
|
VERSION="6.1.20" |
|
|
|
HOMEPAGE="http://jeanslack.github.io/Videomass/" |
|
|
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v6.1.18/Videomass-6.1.18.tar.gz" |
|
|
|
MD5SUM="9974bfaae566bfabd58cf0dc729f6a3d" |
|
|
|
DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v6.1.20/Videomass-6.1.20.tar.gz" |
|
|
|
MD5SUM="549ce23a7f0da10b4e1e2224a312e4c8" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="wxPython4 python3-pubsub python3-hatchling python3-babel" |
|
|
|