aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-02 18:26:54 -0700
committerAdam Vandenberg2010-05-02 18:26:54 -0700
commit0be81bafede1fdd2a47bf73df129d4a00d3bba20 (patch)
tree5d10cbfc698797c62f805ce59c1473633fde5380 /Library
parent990b16a768737fe83ccb03397c4fe4a36e105fb0 (diff)
downloadhomebrew-0be81bafede1fdd2a47bf73df129d4a00d3bba20.tar.bz2
Update dcraw to 1.432
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dcraw.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/dcraw.rb b/Library/Formula/dcraw.rb
index aed4cd47c..54a36b903 100644
--- a/Library/Formula/dcraw.rb
+++ b/Library/Formula/dcraw.rb
@@ -1,9 +1,15 @@
require 'formula'
class Dcraw <Formula
- head 'http://www.cybercom.net/~dcoffin/dcraw/dcraw.c'
+ # Note that the file is versioned, but not in source control,
+ # so updates are random and break the MD5. If you try to install
+ # and get an MD5 mismatch, check for a newer version number on
+ # http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
+ # and update the version and MD5 in a patch. Thanks.
homepage 'http://www.cybercom.net/~dcoffin/dcraw/'
- md5 'cd5cb6e56d5b925c59680abe24b9b03a'
+ url 'http://www.cybercom.net/~dcoffin/dcraw/dcraw.c'
+ version '1.432'
+ md5 '122ae8772398a764012e09d15fb9eabc'
depends_on 'jpeg'
depends_on 'liblcms'