summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild
index 1ac1f58a..e8c0f7ab 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -173,6 +173,8 @@
# * Rebuilt to fix the broken libx265 linking.
# 3.4.1-1: 29/jan/2018 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 3.4.2-1: 12/feb/2018 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# Run 'sh ffmpeg.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -182,7 +184,7 @@
PRGNAM=ffmpeg
-VERSION=${VERSION:-3.4.1}
+VERSION=${VERSION:-3.4.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
TAG=${TAG:-"alien"}