aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiftool.rb
diff options
context:
space:
mode:
authorh-q2014-04-18 23:48:20 +0300
committerAdam Vandenberg2014-04-18 18:20:37 -0700
commitcebc4b7feaa094642996c6976e666798a0345b28 (patch)
tree7d960881167d5994509d2174a5320a7ba9a68db0 /Library/Formula/exiftool.rb
parent61a91a670a71905321f699699196f71232115a45 (diff)
downloadhomebrew-cebc4b7feaa094642996c6976e666798a0345b28.tar.bz2
Update exiftool.rb
Updated ExifTool to version 9.57 Closes #28506. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/exiftool.rb')
-rw-r--r--Library/Formula/exiftool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb
index 27b1861d9..bb4a1ed56 100644
--- a/Library/Formula/exiftool.rb
+++ b/Library/Formula/exiftool.rb
@@ -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"