summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-09-27 14:31:28 +0000
committer Eric Hameleers <alien@slackware.com>2012-09-27 14:31:28 +0000
commitd01cab8e15fda0f3f7085daa0aa596a8a227e72a (patch)
tree9b2b3433a36086249ba76a081ba58f823aeda30f /ffmpeg
parent5ec343a8e991bd0a2145c42ba620d9e53eabd069 (diff)
downloadasb-d01cab8e15fda0f3f7085daa0aa596a8a227e72a.tar.gz
asb-d01cab8e15fda0f3f7085daa0aa596a8a227e72a.tar.xz
Update to 0.11.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 bd4fd330..92ea0298 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -122,6 +122,8 @@
# * Update.
# 0.11-1: 03/jun/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.11.2-1: 27/sep/2012 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ffmpeg.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -146,7 +148,7 @@ USE_PATENTS=${USE_PATENTS:-"YES"}
USE_PATENTS=$(echo $USE_PATENTS | tr 'a-z' 'A-Z')
PRGNAM=ffmpeg
-VERSION=${VERSION:-0.11}
+VERSION=${VERSION:-0.11.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
TAG=${TAG:-"alien"}