SHA1 trailing "/" is incorrect removed to fix hash mismatch error

Closes Homebrew/homebrew#16610.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Chuck Norris 2012-12-16 22:59:07 -06:00 committed by Adam Vandenberg
parent 90d50ab492
commit 25efd782b9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'formula'
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"