diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-10-07 23:20:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:50 +0700 |
commit | cbc8f19ddf9a4296f2b31666b153f73bfa270d97 (patch) | |
tree | 1597f40113cd4783b06357b1146eeefd7158a657 | |
parent | bbc459adbddc91823f3bbe713cbaa6c185a3dbc2 (diff) | |
download | slackbuilds-cbc8f19ddf9a4296f2b31666b153f73bfa270d97.tar.gz |
libraries/exiftool: Updated for version 12.47.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/exiftool/exiftool.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/exiftool/exiftool.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libraries/exiftool/exiftool.SlackBuild b/libraries/exiftool/exiftool.SlackBuild index 6fa118eff7..950b669305 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.45} +VERSION=${VERSION:-12.47} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,6 +59,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +chmod 644 config_files/frameCount.config + perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ diff --git a/libraries/exiftool/exiftool.info b/libraries/exiftool/exiftool.info index 3a26afa2a5..fb94313144 100644 --- a/libraries/exiftool/exiftool.info +++ b/libraries/exiftool/exiftool.info @@ -1,8 +1,8 @@ PRGNAM="exiftool" -VERSION="12.45" +VERSION="12.47" HOMEPAGE="https://exiftool.org" -DOWNLOAD="https://exiftool.org/Image-ExifTool-12.45.tar.gz" -MD5SUM="ecb077461cf63232460b55da1945eadc" +DOWNLOAD="https://exiftool.org/Image-ExifTool-12.47.tar.gz" +MD5SUM="f579b40332c69db0cd7d50c9af356386" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |