From 57a7ea5d9b629a2119c50ae57e14d96364ed6270 Mon Sep 17 00:00:00 2001 From: Chuck Norris Date: Sun, 16 Dec 2012 22:59:07 -0600 Subject: [PATCH] SHA1 trailing "/" is incorrect removed to fix hash mismatch error Closes #16610. Signed-off-by: Adam Vandenberg --- Library/Formula/phash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/phash.rb b/Library/Formula/phash.rb index dd5253d1f1de..19dfd46f4ef0 100644 --- a/Library/Formula/phash.rb +++ b/Library/Formula/phash.rb @@ -3,7 +3,7 @@ class Phash < Formula homepage 'http://www.phash.org/' url 'http://www.phash.org/releases/pHash-0.9.5.tar.gz' - sha1 '87ce165b344bb859f5fdaf7c1776b556db3d8a15/' + sha1 '87ce165b344bb859f5fdaf7c1776b556db3d8a15' depends_on 'cimg' unless build.include? "disable-image-hash" and build.include? "disable-video-hash" depends_on 'ffmpeg' unless build.include? "disable-video-hash"