desktop/ffmpegthumbnailer: Updated for version 2.2.0.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2017-04-06 22:17:22 +02:00 committed by Willy Sudiarto Raharjo
parent 3034418815
commit f53698bfc0
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"