mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/exiftool: Updated for version 12.56.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
04545785f4
commit
7c33378116
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=exiftool
|
||||
VERSION=${VERSION:-12.55}
|
||||
VERSION=${VERSION:-12.56}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exiftool"
|
||||
VERSION="12.55"
|
||||
VERSION="12.56"
|
||||
HOMEPAGE="https://exiftool.org"
|
||||
DOWNLOAD="https://exiftool.org/Image-ExifTool-12.55.tar.gz"
|
||||
MD5SUM="82b7dd7616357b5687d83197b872d1b4"
|
||||
DOWNLOAD="https://exiftool.org/Image-ExifTool-12.56.tar.gz"
|
||||
MD5SUM="c92326c8e4b15db5ed90b706009f8366"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue