From 9133ce13b5787c76559e85033e4a1230d75246d4 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 17 Dec 2012 16:51:18 -0600 Subject: [PATCH] exiftool 9.09 --- Formula/exiftool.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/exiftool.rb b/Formula/exiftool.rb index cd189768643..a38fbbea453 100644 --- a/Formula/exiftool.rb +++ b/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.08.tar.gz' - sha1 'e8a1351fb4118747552fe0ab0864860275857591' + url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.09.tar.gz' + sha1 '45b498ef2295f050d77bd7eb70e79d8674de3dfc' def install system "perl", "Makefile.PL"