libraries/exiftool: Updated for version 12.76.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
758d157ac3
commit
784b85f15c
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for exiftool
|
||||
|
||||
# Copyright 2011 David Spencer, Baildon, West Yorkshire, U.K.
|
||||
# Copyright 2022-2023 Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2022-2024 Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=exiftool
|
||||
VERSION=${VERSION:-12.70}
|
||||
VERSION=${VERSION:-12.76}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exiftool"
|
||||
VERSION="12.70"
|
||||
VERSION="12.76"
|
||||
HOMEPAGE="https://exiftool.org"
|
||||
DOWNLOAD="https://exiftool.org/Image-ExifTool-12.70.tar.gz"
|
||||
MD5SUM="19c33b5edbc3dfd981436aca1b985d94"
|
||||
DOWNLOAD="https://exiftool.org/Image-ExifTool-12.76.tar.gz"
|
||||
MD5SUM="685dd43e540a651efaae5af6730d6893"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue