aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiftool.rb
diff options
context:
space:
mode:
authorBrett Koonce2014-01-18 16:18:20 -0600
committerBrett Koonce2014-01-18 16:35:23 -0600
commit60bad13c6192a14e18d4c0f3274f9bf060709f14 (patch)
tree9653edb576dd6d93aee828a1f1b748adcb77def8 /Library/Formula/exiftool.rb
parent7fd8eade4a477f35eea68fc9dc8aa06684449d78 (diff)
downloadhomebrew-60bad13c6192a14e18d4c0f3274f9bf060709f14.tar.bz2
ExifTool 9.47
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/exiftool.rb')
-rw-r--r--Library/Formula/exiftool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb
index 3084379b3..47f18393d 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.45.tar.gz'
- sha1 'f10613164740b0cda7e342d1a9cbaf05079395df'
+ url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.47.tar.gz'
+ sha1 '670ce0784e9eba7686f299dffb9088b32eb42a85'
def install
system "perl", "Makefile.PL"