diff options
| -rw-r--r-- | Library/Formula/exiftool.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb index 4b828769b..f3295e3b3 100644 --- a/Library/Formula/exiftool.rb +++ b/Library/Formula/exiftool.rb @@ -1,9 +1,9 @@ -require 'formula' +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.60.tar.gz' - sha1 'f2fd3e85572bb37a67e243332ec161a35fd48587' + homepage "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html" + url "http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.61.tar.gz" + sha1 "89e4072d6a78860998b5574bde6efda8dc3c5d7b" def install system "perl", "Makefile.PL" @@ -13,7 +13,7 @@ class Exiftool < Formula libexec.install "exiftool", "lib" # Link the executable script into "bin" - (bin + 'exiftool').write <<-EOBIN + (bin + "exiftool").write <<-EOBIN #!/bin/bash which_exiftool=`which $0` |
