diff options
| author | Birger J. Nordølum | 2011-04-27 18:09:28 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-29 09:41:10 -0700 |
| commit | d4ff453795feb53264789866ca0e47458d35b84d (patch) | |
| tree | fdadbc62951d0f755045f9c2cea76f82e62c964f /Library | |
| parent | 5082a1a22dbec18d8e669face569e6457a7dcb55 (diff) | |
| download | homebrew-d4ff453795feb53264789866ca0e47458d35b84d.tar.bz2 | |
YAJL 2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yajl.rb | 9 |
1 files changed, 2 insertions, 7 deletions
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. |
