summaryrefslogtreecommitdiffstats
path: root/mkvtoolnix/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-10 22:32:25 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-10 22:32:25 +0000
commit9cff252451104b791eb85360e099462bf883c5e3 (patch)
tree031f60b5925a60a0e0b8a8f7463c89b0ec51e9bd /mkvtoolnix/build
parenta78de3c23f900e4f6b853f650609a1bca587e55a (diff)
downloadasb-9cff252451104b791eb85360e099462bf883c5e3.tar.gz
asb-9cff252451104b791eb85360e099462bf883c5e3.tar.xz
Update to 4.9.1
Diffstat (limited to 'mkvtoolnix/build')
-rwxr-xr-xmkvtoolnix/build/mkvtoolnix.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkvtoolnix/build/mkvtoolnix.SlackBuild b/mkvtoolnix/build/mkvtoolnix.SlackBuild
index 390e81fd..2fb0203b 100755
--- a/mkvtoolnix/build/mkvtoolnix.SlackBuild
+++ b/mkvtoolnix/build/mkvtoolnix.SlackBuild
@@ -37,6 +37,8 @@
# 4.6.0-1: 13/mar/2011 by Eric Hameleers <alien@slackware.com>
# * Update (long overdue). Using internal copies of libebml and
# libmatroska now, to minimize the dependency list.
+# 4.9.1-1: 10/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh mkvtoolnix.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
# Set initial variables:
PRGNAM=mkvtoolnix
-VERSION=${VERSION:-4.6.0}
+VERSION=${VERSION:-4.9.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}