aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiftool.rb
diff options
context:
space:
mode:
authorBrett Koonce2014-05-20 23:43:26 -0700
committerBrett Koonce2014-05-21 12:00:46 -0700
commiteb40a6189d48a06a8703c1f302cc38cd304faba2 (patch)
treea341388b1eee43fef890131f610de0607a4f1e01 /Library/Formula/exiftool.rb
parent0139e04e0c57d8e31214f829c8a1c9381a12792a (diff)
downloadhomebrew-eb40a6189d48a06a8703c1f302cc38cd304faba2.tar.bz2
ExifTool 9.61
Diffstat (limited to 'Library/Formula/exiftool.rb')
-rw-r--r--Library/Formula/exiftool.rb10
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`