diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-04-06 22:17:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 07:18:12 +0700 |
commit | f53698bfc059159988718068f142de12713d8291 (patch) | |
tree | f3a3240e9aa51956bd4327758eb243289a4fd621 /desktop/ffmpegthumbnailer | |
parent | 30344188159f41826a071ea1887ba8d718e73057 (diff) | |
download | slackbuilds-f53698bfc059159988718068f142de12713d8291.tar.gz |
desktop/ffmpegthumbnailer: Updated for version 2.2.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'desktop/ffmpegthumbnailer')
-rw-r--r-- | desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/ffmpegthumbnailer/ffmpegthumbnailer.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild index 9005944f1b..7a0f0a2b93 100644 --- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild +++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for FFmpegthumbnailer # Copyright 2007-2009 Frank Caraballo <fecaraballo{at}gmail{dot}com> -# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ffmpegthumbnailer -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info index 73b976d985..13bf41d9a8 100644 --- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info +++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info @@ -1,8 +1,8 @@ PRGNAM="ffmpegthumbnailer" -VERSION="2.1.1" +VERSION="2.2.0" HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer" -DOWNLOAD="https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.1.1/ffmpegthumbnailer-2.1.1.tar.bz2" -MD5SUM="753c8ba68f66ae085ef178d7c5966cae" +DOWNLOAD="https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.2.0/ffmpegthumbnailer-2.2.0.tar.bz2" +MD5SUM="ed3754b3b8b9af93a93c490e17def0d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg" |