Fix MD5 checksum for Yajl 1.0.7
This commit is contained in:
parent
5bb0c81faa
commit
87468c842d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue