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
  • Loading branch information
snakeyroc3 committed Dec 17, 2012
1 parent 979ef20 commit 3a327df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/phash.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Phash < Formula class Phash < Formula
homepage 'http://www.phash.org/' homepage 'http://www.phash.org/'
url 'http://www.phash.org/releases/pHash-0.9.5.tar.gz' 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 'cimg' unless build.include? "disable-image-hash" and build.include? "disable-video-hash"
depends_on 'ffmpeg' unless build.include? "disable-video-hash" depends_on 'ffmpeg' unless build.include? "disable-video-hash"
Expand Down

0 comments on commit 3a327df

Please sign in to comment.