diff options
| -rw-r--r-- | Library/Formula/exiftool.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb index 47f18393d..ac0122d02 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.47.tar.gz' - sha1 '670ce0784e9eba7686f299dffb9088b32eb42a85' + url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.51.tar.gz' + sha1 'f79309276f1d41475a89fedf4b87d9029ffef934' def install system "perl", "Makefile.PL" |
