Update exiftool.rb
Updated ExifTool to version 9.57 Closes Homebrew/homebrew#28506. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
979ac9bc9e
commit
5adc014ce6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Exiftool < Formula
|
||||
homepage 'http://www.sno.phy.queensu.ca/~phil/exiftool/index.html'
|
||||
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.54.tar.gz'
|
||||
sha1 '2efb19f33e503c49c9940cac98b5a2559df41b3a'
|
||||
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.57.tar.gz'
|
||||
sha1 '830811897b24e0735abfe4cbbb12251ae28b2efd'
|
||||
|
||||
def install
|
||||
system "perl", "Makefile.PL"
|
||||
|
|
Loading…
Reference in a new issue