summaryrefslogtreecommitdiffstats
path: root/deps/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-12 12:59:28 +0200
committer Eric Hameleers <alien@slackware.com>2018-08-12 12:59:28 +0200
commit1eda1680f3b745317459799c51f78b6a917a9ec0 (patch)
treecac786470f283c4c6ca0a6923d81296953eb8bc7 /deps/mlt/mlt.SlackBuild
parent95c79c9ea35f2590577a36d39b0904aa2cfe3365 (diff)
downloadktown-1eda1680f3b745317459799c51f78b6a917a9ec0.tar.gz
ktown-1eda1680f3b745317459799c51f78b6a917a9ec0.tar.xz
mlt version bump because kdenlive needs this
Diffstat (limited to '')
-rwxr-xr-xdeps/mlt/mlt.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/mlt/mlt.SlackBuild b/deps/mlt/mlt.SlackBuild
index fe52608..5ebd44d 100755
--- a/deps/mlt/mlt.SlackBuild
+++ b/deps/mlt/mlt.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mlt
-VERSION=${VERSION:-6.6.0}
+VERSION=${VERSION:-6.10.0}
BUILD=${BUILD:-1}
PYTHONSITEPKG=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")