exiftool 9.40

Closes Homebrew/homebrew#24135.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
aaronwolen 2013-11-09 18:20:30 -05:00 committed by Jack Nagel
parent 81c562a46e
commit b6502d99bf

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.39.tar.gz'
sha1 'fbc78533eb3006d46a9bb5e350e8d6bd6bd1e84c'
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.40.tar.gz'
sha1 '220326edfd801b1faadcb08667a5ce1e047805fb'
def install
system "perl", "Makefile.PL"