diff options
| author | Brett Koonce | 2014-11-02 20:41:15 -0800 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-03 21:06:25 -0800 | 
| commit | e7db75a1a077313f7349671db7578f5641eb4ba9 (patch) | |
| tree | 500ff442a97f62a5111aea106d1a5765aef446d2 | |
| parent | 4284dc8f40da4a74a512060ad4c33180fe1f10ea (diff) | |
| download | homebrew-e7db75a1a077313f7349671db7578f5641eb4ba9.tar.bz2 | |
ExifTool 9.75
| -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 174b45d4a..afd21aa5a 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.72.tar.gz" -  sha1 "7be03e182a9193ff314b4df5afcfae5db7c9198f" +  url "http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.75.tar.gz" +  sha1 "8d201c06a71636307eef0df959f8614386f15f5c"    bottle do      cellar :any  | 
