From 8a47de468c66296e20a521913e273032cff5c24b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 26 Apr 2013 18:18:13 -0500 Subject: [PATCH] phash: fix checksum Closes Homebrew/homebrew#19462. --- Formula/phash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/phash.rb b/Formula/phash.rb index b892d77c2a3..bbb837eb0c8 100644 --- a/Formula/phash.rb +++ b/Formula/phash.rb @@ -3,7 +3,7 @@ require 'formula' class Phash < Formula homepage 'http://www.phash.org/' url 'http://phash.org/releases/pHash-0.9.6.tar.gz' - sha1 '87ce165b344bb859f5fdaf7c1776b556db3d8a15' + sha1 '26f4c1e7ca6b77e6de2bdfce490b2736d4b63753' depends_on 'cimg' unless build.include? "disable-image-hash" and build.include? "disable-video-hash" depends_on 'ffmpeg' unless build.include? "disable-video-hash"