exiftool 8.71
Closes Homebrew/homebrew#8706. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
4ac543298f
commit
47fd9e1ee1
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Exiftool < Formula
|
||||
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.70.tar.gz'
|
||||
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.71.tar.gz'
|
||||
homepage 'http://www.sno.phy.queensu.ca/~phil/exiftool/index.html'
|
||||
md5 '96e607238dc5918732fb8df223b1bb3e'
|
||||
md5 '9bc316b3270d95f069188c93f79bcd58'
|
||||
|
||||
def install
|
||||
system "perl", "Makefile.PL"
|
||||
|
|
Loading…
Reference in a new issue