aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kuehl2009-12-16 14:21:29 +0100
committerMax Howell2009-12-19 17:58:40 +0000
commit7aebd95dafeffb4e9fdc542d9f640e0b91daef13 (patch)
tree553184912c9c2f9e7c12bdba87bd674fba882d0d
parent9cd389d338754a113a4149d11f0c23732ba3d42a (diff)
downloadhomebrew-7aebd95dafeffb4e9fdc542d9f640e0b91daef13.tar.bz2
Fix MD5 checksum for Yajl 1.0.7
-rw-r--r--Library/Formula/yajl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb
index 0548a7b7d..c0a337efd 100644
--- a/Library/Formula/yajl.rb
+++ b/Library/Formula/yajl.rb
@@ -3,7 +3,7 @@ require 'formula'
class Yajl <Formula
homepage 'http://lloyd.github.com/yajl/'
url 'http://cloud.github.com/downloads/lloyd/yajl/yajl-1.0.7.tar.gz'
- md5 'bb201150143352b117be702a1bc78405'
+ md5 'a4436163408fe9b8c9545ca028ef1b4f'
# Configure uses cmake, even though it looks like we're
# just using autotools below.