exiftool 9.40
Closes Homebrew/homebrew#24135. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
81c562a46e
commit
b6502d99bf
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.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"
|
||||
|
|
Loading…
Reference in a new issue