yajl 2.0.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lloyd Hilaiel 2011-04-29 13:48:30 -06:00 committed by Adam Vandenberg
parent cb918a42bd
commit b0faa2b56f
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Yajl < Formula
homepage 'http://lloyd.github.com/yajl/'
url 'http://github.com/lloyd/yajl/tarball/2.0.0'
sha256 '752033679036ca32cd938bc73d89096f74d51b049aeb5131ee0d47152b6363d5'
url 'http://github.com/lloyd/yajl/tarball/2.0.2'
sha256 '4917049b7700e289d38e0ac82f63b7182a5dfc6cf21c5eb9a26d70b6d2e7b68b'
# Configure uses cmake, even though it looks like we're
# just using autotools below.