Skip to content

Commit

Permalink
exiftool 12.70
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Nov 19, 2023
1 parent ec1fa21 commit ffc8325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/e/exiftool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ class Exiftool < Formula
homepage "https://exiftool.org"
# Ensure release is tagged production before submitting.
# https://exiftool.org/history.html
url "https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.60.tar.gz"
mirror "https://exiftool.org/Image-ExifTool-12.60.tar.gz"
sha256 "73dbe06d004c31082a56e78d7f246f2bb0002fbb1835447bc32a2b076f3d32ad"
url "https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.70.tar.gz"
mirror "https://exiftool.org/Image-ExifTool-12.70.tar.gz"
sha256 "4cb2522445cc3e3f3bd13904c6aeaeada5fc5a5e2498d7abad2957dcb42caffe"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]

livecheck do
Expand All @@ -30,7 +30,7 @@ class Exiftool < Formula
def install
# Enable large file support
# https://exiftool.org/forum/index.php?topic=3916.msg18182#msg18182
inreplace "lib/Image/ExifTool.pm", "LargeFileSupport => undef", "LargeFileSupport => 1"
inreplace "lib/Image/ExifTool.pm", "'LargeFileSupport', undef", "'LargeFileSupport', 1"

# replace the hard-coded path to the lib directory
inreplace "exiftool", "unshift @INC, $incDir;", "unshift @INC, \"#{libexec}/lib\";"
Expand Down

0 comments on commit ffc8325

Please sign in to comment.