aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-26 18:18:13 -0500
committerJack Nagel2013-04-26 18:18:16 -0500
commit1ac8b6729beae60075eb5b0478ee261844544f04 (patch)
tree0fc00ff90a7423f4f299a8e9510efbccddd7227a /Library
parente8b653d097de306d5211c15b2114cd0e3cef1616 (diff)
downloadhomebrew-1ac8b6729beae60075eb5b0478ee261844544f04.tar.bz2
phash: fix checksum
Closes #19462.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/phash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/phash.rb b/Library/Formula/phash.rb
index b892d77c2..bbb837eb0 100644
--- a/Library/Formula/phash.rb
+++ b/Library/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"