Skip to content

Commit

Permalink
SHA1 trailing "/" is incorrect removed to fix hash mismatch error
Browse files Browse the repository at this point in the history
Closes Homebrew#16610.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Chuck Norris authored and adamv committed Dec 17, 2012
1 parent 2326080 commit 57a7ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/phash.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 57a7ea5

Please sign in to comment.