From eb40a6189d48a06a8703c1f302cc38cd304faba2 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 20 May 2014 23:43:26 -0700 Subject: ExifTool 9.61 --- Library/Formula/exiftool.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula/exiftool.rb') 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` -- cgit v1.2.3