diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-03-31 19:29:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:17 +0700 |
commit | e169baf2b573cf867a2f0865224058f078287c30 (patch) | |
tree | 8fb7e9352b4f44c504f8f41087d99c1c303d1a58 | |
parent | 86e05611bad55fc3d95f39fb61761efcabda4ae8 (diff) |
libraries/exiftool: Updated for version 12.59.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/exiftool/exiftool.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/exiftool/exiftool.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/exiftool/exiftool.SlackBuild b/libraries/exiftool/exiftool.SlackBuild index 8faadb57d635..ae0be586d2a3 100644 --- a/libraries/exiftool/exiftool.SlackBuild +++ b/libraries/exiftool/exiftool.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=exiftool -VERSION=${VERSION:-12.58} +VERSION=${VERSION:-12.59} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/exiftool/exiftool.info b/libraries/exiftool/exiftool.info index ab403d18e3cc..a4810eb4dec5 100644 --- a/libraries/exiftool/exiftool.info +++ b/libraries/exiftool/exiftool.info @@ -1,8 +1,8 @@ PRGNAM="exiftool" -VERSION="12.58" +VERSION="12.59" HOMEPAGE="https://exiftool.org" -DOWNLOAD="https://exiftool.org/Image-ExifTool-12.58.tar.gz" -MD5SUM="1a722ff1a246ed93651883acca1e3c4a" +DOWNLOAD="https://exiftool.org/Image-ExifTool-12.59.tar.gz" +MD5SUM="e552203e31fc4c3d2ceba2fbfeae359d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |