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:
h-q 2014-04-18 23:48:20 +03:00 committed by Adam Vandenberg
parent 979ac9bc9e
commit 5adc014ce6

View file

@ -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"