summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-12 13:20:20 +0000
committer Eric Hameleers <alien@slackware.com>2018-02-12 13:20:20 +0000
commitc14cabe604c91188087c8193358367f3ad14ff50 (patch)
tree5ddd6ba83732d0f189cc18fd4968611ce0f6b546 /ffmpeg
parentdd5d7996f75886803ad4d5e355ec5ce292f45f85 (diff)
downloadasb-c14cabe604c91188087c8193358367f3ad14ff50.tar.gz
asb-c14cabe604c91188087c8193358367f3ad14ff50.tar.xz
ffmpeg: updated to 3.4.2
Diffstat (limited to 'ffmpeg')
-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"}