exiftool 9.22
version bump to 9.22 Closes Homebrew/homebrew#18280. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
ed547ffd9e
commit
0cd85175ad
1 changed files with 2 additions and 2 deletions
|
@ -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.20.tar.gz'
|
||||
sha1 '0fca652b7a96df5c32b82692c4d0cba4b104d559'
|
||||
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.22.tar.gz'
|
||||
sha1 '1e0fe108909ec6b11050de0f5c26264b935381a3'
|
||||
|
||||
def install
|
||||
system "perl", "Makefile.PL"
|
||||
|
|
Loading…
Reference in a new issue