diff options
Diffstat (limited to 'Library/Formula')
| -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 7e2329b8e..8bce74791 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.02.tar.gz' - sha1 'c76c96774feb1b475b3f3e0c8af87a7012fc2b22' + url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.03.tar.gz' + sha1 'e257ea75af8a25c825f84c2bd84bc2e497683b08' def install system "perl", "Makefile.PL" |
