From d4ff453795feb53264789866ca0e47458d35b84d Mon Sep 17 00:00:00 2001 From: Birger J. Nordølum Date: Wed, 27 Apr 2011 18:09:28 +0200 Subject: YAJL 2.0 Signed-off-by: Adam Vandenberg --- Library/Formula/yajl.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb index a170b841b..0c43864b0 100644 --- a/Library/Formula/yajl.rb +++ b/Library/Formula/yajl.rb @@ -2,13 +2,8 @@ require 'formula' class Yajl < Formula homepage 'http://lloyd.github.com/yajl/' - url 'http://github.com/lloyd/yajl/tarball/1.0.11' - md5 '5b60f4d59b3b1fb42d7808d08460fb12' - - def patches - # All YAJL releases so far have an rpath bug, though its fixed in upstream git: - "https://github.com/lloyd/yajl/commit/a31c4d0f9ad90b4b58508702fd877bb35039067e.patch" - end + url 'http://github.com/lloyd/yajl/tarball/2.0.0' + sha256 '752033679036ca32cd938bc73d89096f74d51b049aeb5131ee0d47152b6363d5' # Configure uses cmake, even though it looks like we're # just using autotools below. -- cgit v1.2.3