aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLloyd Hilaiel2011-04-29 13:48:30 -0600
committerAdam Vandenberg2011-04-29 17:09:28 -0700
commiteb6129c67960e382053a38b906381b1bfdf82899 (patch)
tree26edd104019a4bf0a9bdff2fee52508fac10e67d
parent90931709720f0aadbb9fa42b43648f5ababa4461 (diff)
downloadhomebrew-eb6129c67960e382053a38b906381b1bfdf82899.tar.bz2
yajl 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/yajl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb
index 0c43864b0..930a122f4 100644
--- a/Library/Formula/yajl.rb
+++ b/Library/Formula/yajl.rb
@@ -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.