Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exiftool 12.80 #167058

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/e/exiftool.rb
@@ -1,11 +1,10 @@
class Exiftool < Formula

Check warning on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / Linux

exiftool: Formula version newer than livecheck

The formula version (12.80) is newer than the version from `brew livecheck` (12.76).

Check failure on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

exiftool: livecheck error

curl: (22) The requested URL returned error: 403

Check warning on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

exiftool: Formula version newer than livecheck

The formula version (12.80) is newer than the version from `brew livecheck` (12.76).

Check warning on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

exiftool: Formula version newer than livecheck

The formula version (12.80) is newer than the version from `brew livecheck` (12.76).

Check warning on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

exiftool: Formula version newer than livecheck

The formula version (12.80) is newer than the version from `brew livecheck` (12.76).

Check warning on line 1 in Formula/e/exiftool.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

exiftool: Formula version newer than livecheck

The formula version (12.80) is newer than the version from `brew livecheck` (12.76).
desc "Perl lib for reading and writing EXIF metadata"
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.76.tar.gz"
mirror "https://exiftool.org/Image-ExifTool-12.76.tar.gz"
sha256 "5d3430ec57aa031f7ca43170f7ed6338a66bda99ab95b9e071f1ee27555f515f"
url "https://exiftool.org/Image-ExifTool-12.80.tar.gz"
sha256 "93d5229d6cb2fbe8064932bd1f53e1b7cd451f8843cc6eee6520528cb2d57906"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]

livecheck do
Expand Down